]> sigrok.org Git - libsigrok.git/blobdiff - src/input/chronovu_la8.c
input modules: Increase chunk size to 4MB for all modules.
[libsigrok.git] / src / input / chronovu_la8.c
index fcafdf5c9d7ba4dee3efe7ecf1676b6c45a4f58d..213c2203529ab8c941c6889f1fe9492e305d3695 100644 (file)
@@ -29,7 +29,7 @@
 
 #define DEFAULT_NUM_CHANNELS    8
 #define DEFAULT_SAMPLERATE      SR_MHZ(100)
-#define CHUNK_SIZE              (4 * 1024)
+#define CHUNK_SIZE              (4 * 1024 * 1024)
 #define CHRONOVU_LA8_FILESIZE   ((8 * 1024 * 1024) + 5)
 
 struct context {