Skip to content

Commit 285bb87

Browse files
committed
Change back default size of timer thread stack
Configuration for changing this size is kept.
1 parent eecdd38 commit 285bb87

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

rtos/TARGET_CORTEX/mbed_rtx_conf.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@
3535
#define OS_STACK_SIZE MBED_CONF_APP_THREAD_STACK_SIZE
3636

3737
#ifndef OS_TIMER_THREAD_STACK_SIZE
38-
#if (defined(__ARM_FEATURE_CMSE) && (__ARM_FEATURE_CMSE == 3U)) ||\
39-
(defined(__DOMAIN_NS) && (__DOMAIN_NS == 1U))
40-
#define OS_TIMER_THREAD_STACK_SIZE 1280
41-
#else
42-
#define OS_TIMER_THREAD_STACK_SIZE 768
43-
#endif
38+
#define OS_TIMER_THREAD_STACK_SIZE 768
4439
#endif
4540

4641
#ifndef OS_IDLE_THREAD_STACK_SIZE

0 commit comments

Comments
 (0)