Skip to content

Commit 380d88d

Browse files
committed
CMake: fix STM32G0 target
1 parent bd7d56a commit 380d88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32G0/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ target_include_directories(mbed-stm32g0
2727
.
2828
)
2929

30-
target_link_libraries(mbed-stm32g0 INTERFACE mbed-stm mbed-stm32g0cube-few)
30+
target_link_libraries(mbed-stm32g0 INTERFACE mbed-stm mbed-stm32g0cube-fw)

0 commit comments

Comments
 (0)