Change main thread stack size to default for stack size unification

NANO130 just has 16 KiB SRAM. User application may change it through "rtos.main-thread-stack-size"
configuration option.
pull/9208/head
ccli8 2018-12-18 11:11:43 +08:00 committed by Cruz Monrreal II
parent 71d32ecef1
commit a4ec28046c
1 changed files with 0 additions and 7 deletions

View File

@ -45,13 +45,6 @@
#error "no toolchain defined"
#endif
#if defined(TARGET_NANO100)
#ifdef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
#undef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
#endif
#define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE 3072
#endif
#endif // TARGET_NUVOTON
#endif // MBED_MBED_RTX_H