diff options
Diffstat (limited to 'test')
-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 83614fcd5..40a31fad7 100644 --- a/test/testpools.c +++ b/test/testpools.c @@ -32,7 +32,7 @@ static char *pools1_gettest(void) { static void pools1_setup(void) {
- chPoolInit(&mp1, UserStackSize(THREADS_STACK_SIZE), FALSE);
+ chPoolInit(&mp1, UserStackSize(THREADS_STACK_SIZE));
}
static void pools1_teardown(void) {
|