mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: OR in values.
This commit is contained in:
parent
dfa4f62ab6
commit
35b7989b1c
3 changed files with 3 additions and 9 deletions
|
@ -29,7 +29,7 @@ static void ConfigClocks(void) {
|
|||
// slow clock runs at 32Khz typical regardless of crystal
|
||||
|
||||
// enable system clock and USB clock
|
||||
AT91C_BASE_PMC->PMC_SCER = AT91C_PMC_PCK | AT91C_PMC_UDP;
|
||||
AT91C_BASE_PMC->PMC_SCER |= AT91C_PMC_PCK | AT91C_PMC_UDP;
|
||||
|
||||
// enable the clock to the following peripherals
|
||||
AT91C_BASE_PMC->PMC_PCER =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue