Skip to content

Commit 8e54119

Browse files
committed
Define startup file
Signed-off-by: Frederic Pillon <[email protected]>
1 parent d7c72b0 commit 8e54119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/stm32/stm32_def_build.h

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#define CMSIS_STARTUP_FILE "startup_stm32l053xx.s"
3939
#elif defined(STM32L476xx)
4040
#define CMSIS_STARTUP_FILE "startup_stm32l476xx.s"
41+
#elif defined(STM32L432xx)
42+
#define CMSIS_STARTUP_FILE "startup_stm32l432xx.s"
4143
#else
4244
#error UNKNOWN CHIP
4345
#endif

0 commit comments

Comments
 (0)