Skip to content

Commit a5abf7c

Browse files
Remove Portenta-specific system clock override as this can be done through targets.json now
1 parent 7cb61d9 commit a5abf7c

File tree

2 files changed

+0
-311
lines changed

2 files changed

+0
-311
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ add_library(mbed-portenta-h7-m4 INTERFACE)
88
target_sources(mbed-portenta-h7-m4
99
INTERFACE
1010
PeripheralPins.c
11-
system_clock_override.c
1211
portenta_power.cpp
1312
)
1413

@@ -25,7 +24,6 @@ add_library(mbed-portenta-h7-m7 INTERFACE)
2524
target_sources(mbed-portenta-h7-m7
2625
INTERFACE
2726
PeripheralPins.c
28-
system_clock_override.c
2927
portenta_power.cpp
3028
)
3129

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/system_clock_override.c

Lines changed: 0 additions & 309 deletions
This file was deleted.

0 commit comments

Comments
 (0)