File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
targets/TARGET_STM/TARGET_STM32F0/TARGET_STM32F072xB Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
11
11
set (LINKER_FILE TOOLCHAIN_ARM/stm32f072xb.sct )
12
12
endif ()
13
13
14
- add_library (mbed-stm32f072xB INTERFACE )
14
+ add_library (mbed-stm32f072xb INTERFACE )
15
15
16
- target_sources (mbed-stm32f072xB
16
+ target_sources (mbed-stm32f072xb
17
17
INTERFACE
18
18
system_clock.c
19
19
${STARTUP_FILE}
20
20
)
21
21
22
- target_include_directories (mbed-stm32f072xB
22
+ target_include_directories (mbed-stm32f072xb
23
23
INTERFACE
24
24
.
25
25
)
26
26
27
- mbed_set_linker_script (mbed-stm32f072xB ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
27
+ mbed_set_linker_script (mbed-stm32f072xb ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
28
28
29
- target_link_libraries (mbed-stm32f072xB INTERFACE mbed-stm32f0 )
29
+ target_link_libraries (mbed-stm32f072xb INTERFACE mbed-stm32f0 )
You can’t perform that action at this time.
0 commit comments