We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b446238 commit e6bd22dCopy full SHA for e6bd22d
targets/TARGET_GigaDevice/TARGET_GD32F4XX/CMakeLists.txt
@@ -85,7 +85,7 @@ target_sources(mbed-gd32f4xx
85
${STARTUP_FILE}
86
)
87
88
-mbed_set_linker_script(mbed-gd32-f450zi ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
+mbed_set_linker_script(mbed-gd32f4xx ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
89
90
target_link_libraries(mbed-gd32f4xx INTERFACE mbed-gigadevice)
91
target_link_libraries(mbed-gd32-f450zi INTERFACE mbed-gd32f4xx)
0 commit comments