From 76e254ea859927b9357fbd0e90575c0e3520b9f6 Mon Sep 17 00:00:00 2001 From: Marcus Chang Date: Tue, 8 May 2018 15:51:39 -0700 Subject: [PATCH] Remove obsolete OS_IDLE_THREAD_STACK_SIZE from NRF52 Custom size is the same as the default size anyway. --- targets/TARGET_NORDIC/mbed_rtx.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/targets/TARGET_NORDIC/mbed_rtx.h b/targets/TARGET_NORDIC/mbed_rtx.h index 09ac187fe7..06a73ad531 100644 --- a/targets/TARGET_NORDIC/mbed_rtx.h +++ b/targets/TARGET_NORDIC/mbed_rtx.h @@ -37,17 +37,12 @@ #define INITIAL_SP (0x20010000UL) #endif -#define OS_IDLE_THREAD_STACK_SIZE 512 - #elif defined(TARGET_MCU_NRF52840) #ifndef INITIAL_SP #define INITIAL_SP (0x20040000UL) #endif -// More than 256 bytes are needed for the idle thread stack on the NRF52840 -#define OS_IDLE_THREAD_STACK_SIZE 512 - #endif // defined(TARGET_MCU_NRF51822)... #endif // #ifndef MBED_MBED_RTX_H