7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00
This commit is contained in:
Ratan Varghese 2021-03-24 13:12:53 -04:00
parent b18a3afb6f
commit 6038da710c

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