mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
cleaning
This commit is contained in:
parent
1354aec556
commit
0f9880b18f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void StartTickCount(void) {
|
|||
* Get the current count.
|
||||
*/
|
||||
uint32_t RAMFUNC GetTickCount(void) {
|
||||
return AT91C_BASE_RTTC->RTTC_RTVR;// was * 2;
|
||||
return AT91C_BASE_RTTC->RTTC_RTVR;
|
||||
}
|
||||
|
||||
uint32_t RAMFUNC GetTickCountDelta(uint32_t start_ticks) {
|
||||
|
|
Loading…
Reference in a new issue