Skip to content

Commit 28b820f

Browse files
committed
[NANO130] 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.
1 parent 244d4b6 commit 28b820f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

targets/TARGET_NUVOTON/mbed_rtx.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@
4545
#error "no toolchain defined"
4646
#endif
4747

48-
#if defined(TARGET_NANO100)
49-
#ifdef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
50-
#undef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
51-
#endif
52-
#define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE 3072
53-
#endif
54-
5548
#endif // TARGET_NUVOTON
5649

5750
#endif // MBED_MBED_RTX_H

0 commit comments

Comments
 (0)