Update mbed_rtx.h switch for new target naming

pull/8291/head
Jimmy Brisson 2018-10-19 10:29:41 -05:00
parent ab84d2bf33
commit 75200144ad
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
#define INITIAL_SP (0x20010000UL) #define INITIAL_SP (0x20010000UL)
#endif #endif
#elif defined(TARGET_LPC546XX) #elif defined(TARGET_MCU_LPC546XX)
#ifndef INITIAL_SP #ifndef INITIAL_SP
#define INITIAL_SP (0x20028000UL) #define INITIAL_SP (0x20028000UL)