diff options
Diffstat (limited to 'testhal/STM32F4xx/SDC/chconf.h')
-rwxr-xr-x | testhal/STM32F4xx/SDC/chconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/SDC/chconf.h b/testhal/STM32F4xx/SDC/chconf.h index 5c06b9607..eb6d391da 100755 --- a/testhal/STM32F4xx/SDC/chconf.h +++ b/testhal/STM32F4xx/SDC/chconf.h @@ -32,7 +32,8 @@ #ifndef _CHCONF_H_
#define _CHCONF_H_
-#define CORTEX_USE_FPU FALSE
+#define PORT_IDLE_THREAD_STACK_SIZE 32
+#define CORTEX_USE_FPU FALSE
/*===========================================================================*/
/**
|