Skip to content

Commit 374f71c

Browse files
committed
Add DISCO_L475VG_IOT in mbed_rtx.h
1 parent 074e11d commit 374f71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/mbed_rtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
#define INITIAL_SP (0x20008000UL)
276276
#endif
277277

278-
#elif defined(TARGET_STM32L476VG)
278+
#elif defined(TARGET_STM32L476VG) || defined(TARGET_STM32L475VG)
279279

280280
#ifndef INITIAL_SP
281281
#define INITIAL_SP (0x20018000UL)

0 commit comments

Comments
 (0)