Skip to content

Commit 039a98a

Browse files
committed
CMake: fix STM32G0 target
1 parent 84b95a6 commit 039a98a

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)