mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: Xoring in the value allows for the ticks timers to co-exist. Or that is the idea.
This commit is contained in:
parent
4460be68c3
commit
c3fc86d9af
2 changed files with 6 additions and 6 deletions
|
@ -126,7 +126,7 @@ void FpgaSetupSsc(void) {
|
|||
GPIO_SSC_CLK;
|
||||
AT91C_BASE_PIOA->PIO_PDR = GPIO_SSC_DOUT;
|
||||
|
||||
AT91C_BASE_PMC->PMC_PCER = (1 << AT91C_ID_SSC);
|
||||
AT91C_BASE_PMC->PMC_PCER |= (1 << AT91C_ID_SSC);
|
||||
|
||||
// Now set up the SSC proper, starting from a known state.
|
||||
AT91C_BASE_SSC->SSC_CR = AT91C_SSC_SWRST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue