diff options
Diffstat (limited to 'tests/lib/stack-test.c')
-rw-r--r-- | tests/lib/stack-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/stack-test.c b/tests/lib/stack-test.c index 1f671f39cb..583fe4954f 100644 --- a/tests/lib/stack-test.c +++ b/tests/lib/stack-test.c @@ -6,9 +6,9 @@ #if CONFIG_STACK_SIZE == 0 -# define STACK_SIZE 0x1000 +#define STACK_SIZE 0x1000 #else -# define STACK_SIZE CONFIG_STACK_SIZE +#define STACK_SIZE CONFIG_STACK_SIZE #endif /* Value used for stack initialization. Change if implementation changes. */ |