diff options
Diffstat (limited to 'test/testpools.c')
-rw-r--r-- | test/testpools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testpools.c b/test/testpools.c index d3f451c73..2165c39d1 100644 --- a/test/testpools.c +++ b/test/testpools.c @@ -21,7 +21,7 @@ #include "test.h"
-#ifdef CH_USE_MEMPOOLS
+#if CH_USE_MEMPOOLS
static MemoryPool mp1;
|