Skip to content

Commit 516f69d

Browse files
committed
core(MP1): update wrapped files
Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
1 parent d91ccda commit 516f69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
#elif defined(STM32L562xx)
394394
#define CMSIS_STARTUP_FILE "startup_stm32l562xx.s"
395395
#elif defined(STM32MP151Axx)
396-
#define CMSIS_STARTUP_FILE "startup_stm32mp151axx_cm4 .s"
396+
#define CMSIS_STARTUP_FILE "startup_stm32mp151axx_cm4.s"
397397
#elif defined(STM32MP151Cxx)
398398
#define CMSIS_STARTUP_FILE "startup_stm32mp151cxx_cm4.s"
399399
#elif defined(STM32MP153Axx)

0 commit comments

Comments
 (0)