mirror of https://github.com/ARMmbed/mbed-os.git
Update mbed_rtx.h switch for new target naming
parent
ab84d2bf33
commit
75200144ad
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue