Merge pull request #1235 from neilt6/lpc11u68-stackfix

[RTOS] Fixed INITIAL_SP for LPC11U68
pull/1240/head
Martin Kojtal 2015-07-13 08:51:45 +01:00
commit 9ae58c3b74
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ osThreadDef_t os_thread_def_main = {(os_pthread)main, osPriorityNormal, 0, NULL}
#define INITIAL_SP (0x02009000UL)
#elif defined(TARGET_LPC11U68)
#define INITIAL_SP (0x10004000UL)
#define INITIAL_SP (0x10008000UL)
#elif defined(TARGET_STM32F411RE)
#define INITIAL_SP (0x20020000UL)