From 552feccca322d49bd6e7bc111cb370e051437ecf Mon Sep 17 00:00:00 2001 From: Ganesh Ramachandran <30490592+ganesh-ramachandran@users.noreply.github.com> Date: Thu, 10 Aug 2017 11:25:46 +0530 Subject: [PATCH] Main stack dependant on GCC toolchain removed --- targets/TARGET_TOSHIBA/mbed_rtx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/targets/TARGET_TOSHIBA/mbed_rtx.h b/targets/TARGET_TOSHIBA/mbed_rtx.h index aeacbcf322..18428f07ff 100644 --- a/targets/TARGET_TOSHIBA/mbed_rtx.h +++ b/targets/TARGET_TOSHIBA/mbed_rtx.h @@ -23,10 +23,6 @@ #define INITIAL_SP (0x20004000UL) #endif -#ifdef TOOLCHAIN_GCC_ARM -#define MBED_CONF_APP_MAIN_STACK_SIZE 2048 -#endif - #endif #endif // MBED_MBED_RTX_H