mbed library sources. Supersedes mbed-src. Edited target satm32f446 for user USART3 pins
Fork of mbed-dev by
Diff: targets/TARGET_TOSHIBA/mbed_rtx.h
- Revision:
- 184:08ed48f1de7f
- Parent:
- 172:7d866c31b3c5
--- a/targets/TARGET_TOSHIBA/mbed_rtx.h Tue Mar 20 17:01:51 2018 +0000 +++ b/targets/TARGET_TOSHIBA/mbed_rtx.h Thu Apr 19 17:12:19 2018 +0100 @@ -25,4 +25,12 @@ #endif +#if defined(TARGET_TMPM46B) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20080000UL) +#endif + +#endif + #endif // MBED_MBED_RTX_H