mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
armsrc/ticks.c: disable TC2 on StopTicks (may be enabled by StartCountSspClk)
This commit is contained in:
parent
405c48424f
commit
032619c1f3
1 changed files with 2 additions and 1 deletions
|
@ -336,4 +336,5 @@ void WaitUS(uint32_t us) {
|
|||
void StopTicks(void) {
|
||||
AT91C_BASE_TC0->TC_CCR = AT91C_TC_CLKDIS;
|
||||
AT91C_BASE_TC1->TC_CCR = AT91C_TC_CLKDIS;
|
||||
AT91C_BASE_TC2->TC_CCR = AT91C_TC_CLKDIS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue