[DISCO_F469NI] RTOS support

pull/1392/head
dbestm 2015-10-21 17:26:09 +02:00
parent 7d245b9cff
commit b07521e08a
1 changed files with 1 additions and 2 deletions

View File

@ -332,8 +332,7 @@ osThreadDef_t os_thread_def_main = {(os_pthread)main, osPriorityNormal, 0, NULL}
#define INITIAL_SP (0x20018000UL)
#elif defined(TARGET_STM32F469NI)
//#define INITIAL_SP (0x20050000UL)
#define INITIAL_SP (0x20040000UL)
#define INITIAL_SP (0x20050000UL)
#else
#error "no target defined"