Skip to content

Commit 3e63c20

Browse files
bcostmadbridge
authored andcommitted
Add DISCO_L475VG_IOT in mbed_rtx.h
1 parent c1eda08 commit 3e63c20

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)