]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-dso/dso.h
Improve readability and clarity of some numbers.
[libsigrok.git] / src / hardware / hantek-dso / dso.h
index 3180a434ea7aca6c128a3cdc7ad68f9063e7bdb2..7938e9e516d597037c0e61985df16c970e9e1df4 100644 (file)
@@ -49,7 +49,7 @@
 #define EEPROM_CHANNEL_OFFSETS  0x08
 
 /* All models have this for their "fast" mode. */
-#define FRAMESIZE_SMALL         10240
+#define FRAMESIZE_SMALL         (10 * 1024)
 
 enum control_requests {
        CTRL_READ_EEPROM = 0xa2,