Skip to content

Commit 34775d6

Browse files
author
Marcus Chang
committed
Remove obsolete OS_IDLE_THREAD_STACK_SIZE from NRF52
Custom size is the same as the default size anyway.
1 parent 68ad00f commit 34775d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

targets/TARGET_NORDIC/mbed_rtx.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,12 @@
3737
#define INITIAL_SP (0x20010000UL)
3838
#endif
3939

40-
#define OS_IDLE_THREAD_STACK_SIZE 512
41-
4240
#elif defined(TARGET_MCU_NRF52840)
4341

4442
#ifndef INITIAL_SP
4543
#define INITIAL_SP (0x20040000UL)
4644
#endif
4745

48-
// More than 256 bytes are needed for the idle thread stack on the NRF52840
49-
#define OS_IDLE_THREAD_STACK_SIZE 512
50-
5146
#endif // defined(TARGET_MCU_NRF51822)...
5247

5348
#endif // #ifndef MBED_MBED_RTX_H

0 commit comments

Comments
 (0)