Skip to content

Commit 956a879

Browse files
committed
Fix DISCO_L4R9I target
1 parent 4c58112 commit 956a879

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R9xI/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
1111
set(LINKER_FILE TOOLCHAIN_ARM/stm32l4r9xi.sct)
1212
endif()
1313

14-
add_library(mbed-stm32l4r9xI INTERFACE)
14+
add_library(mbed-stm32l4r9xi INTERFACE)
1515

16-
target_sources(mbed-stm32l4r9xI
16+
target_sources(mbed-stm32l4r9xi
1717
INTERFACE
1818
system_clock.c
1919
${STARTUP_FILE}
2020
)
2121

22-
target_include_directories(mbed-stm32l4r9xI
22+
target_include_directories(mbed-stm32l4r9xi
2323
INTERFACE
2424
.
2525
)
2626

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})
2828

29-
target_link_libraries(mbed-stm32l4r9xI INTERFACE mbed-stm32l4)
29+
target_link_libraries(mbed-stm32l4r9xi INTERFACE mbed-stm32l4)

0 commit comments

Comments
 (0)