Fix system_clock.c location

Signed-off-by: Jasper Jonker <jasper.jonker@wingtra.com>
pull/15407/head
Jasper Jonker 2023-04-21 16:18:20 +02:00
parent d0ca14e4fe
commit 5f9f8f3fe5
No known key found for this signature in database
GPG Key ID: 9F95AA5D0976AD06
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@ target_include_directories(mbed-stm32h723xg
target_sources(mbed-stm32h723xg
INTERFACE
${STARTUP_FILE}
system_clock.c
)
mbed_set_linker_script(mbed-stm32h723xg ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})

View File

@ -6,7 +6,6 @@ add_library(mbed-nucleo-h723zg INTERFACE)
target_sources(mbed-nucleo-h723zg
INTERFACE
PeripheralPins.c
system_clock.c
)
target_include_directories(mbed-nucleo-h723zg