Skip to content

Commit

Permalink
Remove Portenta-specific system clock override as this can be done th…
Browse files Browse the repository at this point in the history
…rough targets.json now
  • Loading branch information
multiplemonomials committed May 5, 2024
1 parent 7cb61d9 commit a5abf7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 311 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ add_library(mbed-portenta-h7-m4 INTERFACE)
target_sources(mbed-portenta-h7-m4
INTERFACE
PeripheralPins.c
system_clock_override.c
portenta_power.cpp
)

Expand All @@ -25,7 +24,6 @@ add_library(mbed-portenta-h7-m7 INTERFACE)
target_sources(mbed-portenta-h7-m7
INTERFACE
PeripheralPins.c
system_clock_override.c
portenta_power.cpp
)

Expand Down

This file was deleted.

0 comments on commit a5abf7c

Please sign in to comment.