File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
targets/TARGET_STM/TARGET_STM32F1/TARGET_STM32F103xB 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")
1111 set (LINKER_FILE TOOLCHAIN_ARM/stm32f103xb.sct)
1212endif ()
1313
14- add_library (mbed-stm32f103xB INTERFACE )
14+ add_library (mbed-stm32f103xb INTERFACE )
1515
16- target_sources (mbed-stm32f103xB
16+ target_sources (mbed-stm32f103xb
1717 INTERFACE
1818 system_clock.c
1919 ${STARTUP_FILE}
2020)
2121
22- target_include_directories (mbed-stm32f103xB
22+ target_include_directories (mbed-stm32f103xb
2323 INTERFACE
2424 .
2525)
2626
27- mbed_set_linker_script(mbed-stm32f103xB ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
27+ mbed_set_linker_script(mbed-stm32f103xb ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
2828
29- target_link_libraries (mbed-stm32f103xB INTERFACE mbed-stm32f1)
29+ target_link_libraries (mbed-stm32f103xb INTERFACE mbed-stm32f1)
You can’t perform that action at this time.
0 commit comments