Merge pull request #15098 from jeromecoutant/PR_F303

STM32F303xC: cmakelist issue
pull/15074/head
Jaeden Amero 2021-09-27 17:43:06 +01:00 committed by GitHub
commit c4f97fc34c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)