Skip to content

Commit 5f9f8f3

Browse files
committed
Fix system_clock.c location
Signed-off-by: Jasper Jonker <[email protected]>
1 parent d0ca14e commit 5f9f8f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H723xG/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ target_include_directories(mbed-stm32h723xg
2121
target_sources(mbed-stm32h723xg
2222
INTERFACE
2323
${STARTUP_FILE}
24+
system_clock.c
2425
)
2526

2627
mbed_set_linker_script(mbed-stm32h723xg ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H723xG/TARGET_NUCLEO_H723ZG/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ add_library(mbed-nucleo-h723zg INTERFACE)
66
target_sources(mbed-nucleo-h723zg
77
INTERFACE
88
PeripheralPins.c
9-
system_clock.c
109
)
1110

1211
target_include_directories(mbed-nucleo-h723zg

0 commit comments

Comments
 (0)