We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa6b61 commit a19f8e1Copy full SHA for a19f8e1
2 files changed
cores/arduino/stm32/stm32_def_build.h
@@ -436,8 +436,6 @@
436
#define CMSIS_STARTUP_FILE "startup_stm32u073xx.s"
437
#elif defined(STM32U083xx)
438
#define CMSIS_STARTUP_FILE "startup_stm32u083xx.s"
439
- #elif defined(STM32U0xx)
440
- #define CMSIS_STARTUP_FILE "startup_stm32u0xx.s"
441
#elif defined(STM32U535xx)
442
#define CMSIS_STARTUP_FILE "startup_stm32u535xx.s"
443
#elif defined(STM32U545xx)
system/Drivers/CMSIS/Device/ST/STM32U0xx/Source/Templates/gcc/startup_stm32u0xx.s
0 commit comments