File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R9xI 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/stm32l4r9xi.sct )
12
12
endif ()
13
13
14
- add_library (mbed-stm32l4r9xI INTERFACE )
14
+ add_library (mbed-stm32l4r9xi INTERFACE )
15
15
16
- target_sources (mbed-stm32l4r9xI
16
+ target_sources (mbed-stm32l4r9xi
17
17
INTERFACE
18
18
system_clock.c
19
19
${STARTUP_FILE}
20
20
)
21
21
22
- target_include_directories (mbed-stm32l4r9xI
22
+ target_include_directories (mbed-stm32l4r9xi
23
23
INTERFACE
24
24
.
25
25
)
26
26
27
- mbed_set_linker_script (mbed-stm32l4r9xI ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
27
+ mbed_set_linker_script (mbed-stm32l4r9xi ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
28
28
29
- target_link_libraries (mbed-stm32l4r9xI INTERFACE mbed-stm32l4 )
29
+ target_link_libraries (mbed-stm32l4r9xi INTERFACE mbed-stm32l4 )
You can’t perform that action at this time.
0 commit comments