File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 420
420
#define CMSIS_STARTUP_FILE "startup_stm32wb55xx_cm4.s"
421
421
#elif defined(STM32WB5Mxx )
422
422
#define CMSIS_STARTUP_FILE "startup_stm32wb5mxx_cm4.s"
423
- #elif defined(STM32WL54xx )
423
+ #elif defined(STM32WL54xx ) && defined( USE_CM0PLUS_STARTUP_FILE )
424
424
#define CMSIS_STARTUP_FILE "startup_stm32wl54xx_cm0plus.s"
425
- #elif defined(STM32WL54xx )
425
+ #elif defined(STM32WL54xx ) && defined( USE_CM4_STARTUP_FILE )
426
426
#define CMSIS_STARTUP_FILE "startup_stm32wl54xx_cm4.s"
427
- #elif defined(STM32WL55xx )
427
+ #elif defined(STM32WL55xx ) && defined( USE_CM0PLUS_STARTUP_FILE )
428
428
#define CMSIS_STARTUP_FILE "startup_stm32wl55xx_cm0plus.s"
429
- #elif defined(STM32WL55xx )
429
+ #elif defined(STM32WL55xx ) && defined( USE_CM4_STARTUP_FILE )
430
430
#define CMSIS_STARTUP_FILE "startup_stm32wl55xx_cm4.s"
431
431
#elif defined(STM32WLE4xx )
432
432
#define CMSIS_STARTUP_FILE "startup_stm32wle4xx.s"
You can’t perform that action at this time.
0 commit comments