Skip to content

Commit

Permalink
disable overclocking on SAM3XE hardware;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed May 12, 2022
1 parent 6951997 commit d39469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirmwareMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ int main(void)

delay(1);

#if !defined(NO_SAM3XE_OVERCLOCK)
#if defined(SAM3XE_OVERCLOCK)
#define SYS_BOARD_PLLAR (CKGR_PLLAR_ONE | CKGR_PLLAR_MULA(18UL) | CKGR_PLLAR_PLLACOUNT(0x3fUL) | CKGR_PLLAR_DIVA(1UL))
#define SYS_BOARD_MCKR ( PMC_MCKR_PRES_CLK_2 | PMC_MCKR_CSS_PLLA_CLK)

Expand Down

0 comments on commit d39469f

Please sign in to comment.