aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 5a4f3ac44..38d9c2ff1 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -27,7 +27,9 @@
#ifdef CH_USE_DEBUG
-#define TRACE_BUFFER_SIZE 1024
+#ifndef TRACE_BUFFER_SIZE
+#define TRACE_BUFFER_SIZE 64
+#endif
typedef struct {
void *cse_slpdata;