Skip to content

Commit 998a46f

Browse files
committed
STM32F303xC: cmakelist issue
1 parent 4cfbea4 commit 998a46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xC/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ target_include_directories(mbed-stm32f303xc
2323

2424
mbed_set_linker_script(mbed-stm32f303xc ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
2525

26-
target_link_libraries(mbed-stm32f303xc INTERFACE STM32F3)
26+
target_link_libraries(mbed-stm32f303xc INTERFACE mbed-stm32f3)

0 commit comments

Comments
 (0)