File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 381
381
#elif defined(STM32L562xx )
382
382
#define CMSIS_STARTUP_FILE "startup_stm32l562xx.s"
383
383
#elif defined(STM32MP151Axx )
384
- #define CMSIS_STARTUP_FILE "startup_stm32mp151a_cm4 .s"
384
+ #define CMSIS_STARTUP_FILE "startup_stm32mp151axx_cm4 .s"
385
385
#elif defined(STM32MP151Cxx )
386
- #define CMSIS_STARTUP_FILE "startup_stm32mp151c_cm4 .s"
386
+ #define CMSIS_STARTUP_FILE "startup_stm32mp151cxx_cm4 .s"
387
387
#elif defined(STM32MP153Axx )
388
- #define CMSIS_STARTUP_FILE "startup_stm32mp153a_cm4 .s"
388
+ #define CMSIS_STARTUP_FILE "startup_stm32mp153axx_cm4 .s"
389
389
#elif defined(STM32MP153Cxx )
390
- #define CMSIS_STARTUP_FILE "startup_stm32mp153c_cm4 .s"
390
+ #define CMSIS_STARTUP_FILE "startup_stm32mp153cxx_cm4 .s"
391
391
#elif defined(STM32MP157Axx )
392
- #define CMSIS_STARTUP_FILE "startup_stm32mp157a_cm4 .s"
392
+ #define CMSIS_STARTUP_FILE "startup_stm32mp157axx_cm4 .s"
393
393
#elif defined(STM32MP157Cxx )
394
- #define CMSIS_STARTUP_FILE "startup_stm32mp157c_cm4 .s"
394
+ #define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4 .s"
395
395
#elif defined(STM32MP15xx )
396
396
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
397
397
#elif defined(STM32WB30xx )
You can’t perform that action at this time.
0 commit comments