Add DISCO_L475VG_IOT in mbed_rtx.h

pull/4596/head
bcostm 2017-01-25 15:48:55 +01:00 committed by adbridge
parent c1eda08508
commit 3e63c20bba
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@
#define INITIAL_SP (0x20008000UL)
#endif
#elif defined(TARGET_STM32L476VG)
#elif defined(TARGET_STM32L476VG) || defined(TARGET_STM32L475VG)
#ifndef INITIAL_SP
#define INITIAL_SP (0x20018000UL)