Skip to content

Commit

Permalink
fixup gclk board
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Mar 18, 2022
1 parent 51ec033 commit c5ca24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modm/board/same54_xplained_pro/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ struct SystemClock
GenericClockController::setFlashLatency<Frequency>();
GenericClockController::updateCoreFrequency<Frequency>();

GenericClockController::enableExternalCrystal<modm::MHz(12)>(XOsc::XOsc1);
GenericClockController::enableDPLL<Xosc1Source<12_MHz>, modm::MHz(120)>();
GenericClockController::enableExternalCrystal<12_MHz>(Xosc::Xosc1);
GenericClockController::enableDpll<Xosc1Source<12_MHz>, 120_MHz>();

GenericClockController::setSystemClock<ClockSource::Dpll0>();

Expand Down

0 comments on commit c5ca24d

Please sign in to comment.