File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
targets/TARGET_STM/TARGET_STM32F0 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_subdirectory(TARGET_NUCLEO_F070RB EXCLUDE_FROM_ALL)
5
5
6
6
if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
7
7
set (STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32f070xb.S )
8
- set (LINKER_FILE TOOLCHAIN_GCC_ARM/stm32f070xb .ld )
8
+ set (LINKER_FILE TOOLCHAIN_GCC_ARM/STM32F070XB .ld )
9
9
elseif (${MBED_TOOLCHAIN} STREQUAL "ARM" )
10
10
set (STARTUP_FILE TOOLCHAIN_ARM/startup_stm32f070xb.S )
11
11
set (LINKER_FILE TOOLCHAIN_ARM/stm32f070xb.sct )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_subdirectory(TARGET_NUCLEO_F072RB EXCLUDE_FROM_ALL)
5
5
6
6
if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
7
7
set (STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32f072xb.S )
8
- set (LINKER_FILE TOOLCHAIN_GCC_ARM/stm32f072xb .ld )
8
+ set (LINKER_FILE TOOLCHAIN_GCC_ARM/STM32F072XB .ld )
9
9
elseif (${MBED_TOOLCHAIN} STREQUAL "ARM" )
10
10
set (STARTUP_FILE TOOLCHAIN_ARM/startup_stm32f072xb.S )
11
11
set (LINKER_FILE TOOLCHAIN_ARM/stm32f072xb.sct )
You can’t perform that action at this time.
0 commit comments