Add DISCO_L475VG_IOT in mbed_rtx.h

pull/4242/head
bcostm 2017-01-25 15:48:55 +01:00
parent 074e11dcc1
commit 374f71ca66
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)