mirror of https://github.com/ARMmbed/mbed-os.git
Fix system_clock.c location
Signed-off-by: Jasper Jonker <jasper.jonker@wingtra.com>pull/15407/head
parent
d0ca14e4fe
commit
5f9f8f3fe5
|
@ -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})
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue