We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c72b0 commit 8e54119Copy full SHA for 8e54119
cores/arduino/stm32/stm32_def_build.h
@@ -38,6 +38,8 @@
38
#define CMSIS_STARTUP_FILE "startup_stm32l053xx.s"
39
#elif defined(STM32L476xx)
40
#define CMSIS_STARTUP_FILE "startup_stm32l476xx.s"
41
+#elif defined(STM32L432xx)
42
+#define CMSIS_STARTUP_FILE "startup_stm32l432xx.s"
43
#else
44
#error UNKNOWN CHIP
45
#endif
0 commit comments