mirror of https://github.com/ARMmbed/mbed-os.git
Add DISCO_L475VG_IOT in mbed_rtx.h
parent
c1eda08508
commit
3e63c20bba
|
@ -275,7 +275,7 @@
|
||||||
#define INITIAL_SP (0x20008000UL)
|
#define INITIAL_SP (0x20008000UL)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(TARGET_STM32L476VG)
|
#elif defined(TARGET_STM32L476VG) || defined(TARGET_STM32L475VG)
|
||||||
|
|
||||||
#ifndef INITIAL_SP
|
#ifndef INITIAL_SP
|
||||||
#define INITIAL_SP (0x20018000UL)
|
#define INITIAL_SP (0x20018000UL)
|
||||||
|
|
Loading…
Reference in New Issue