STM32F303xC: cmakelist issue

pull/15098/head
Jerome Coutant 2021-09-22 11:36:47 +02:00
parent 4cfbea43ca
commit 998a46f775
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ target_include_directories(mbed-stm32f303xc
mbed_set_linker_script(mbed-stm32f303xc ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
target_link_libraries(mbed-stm32f303xc INTERFACE STM32F3)
target_link_libraries(mbed-stm32f303xc INTERFACE mbed-stm32f3)