7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

Merge branch 'FPGA_DSP_PIPE_HOOKUP' of https://github.com/EEVengers/DSO into FPGA_DSP_PIPE_HOOKUP

This commit is contained in:
Daniel Vasile 2021-03-24 15:32:01 -04:00
commit 97f56ace45

View File

@ -23,7 +23,11 @@
#define BUFFER_1024K 1048576
#define BUFFER_8M (1 << 23)
#ifdef NOHARDWARE
#define BUFFER_SIZE BUFFER_8K
#else
#define BUFFER_SIZE BUFFER_8M
#endif
// Window size in buffers
#define DEFAULT_WINDOW 10