mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
FIX: Even the US clock had the issues with not resetting properly. Now its always ZERO when you call StartCountUS.
This commit is contained in:
parent
ad5bc8cc8c
commit
5d15891e2b
2 changed files with 17 additions and 7 deletions
|
@ -64,6 +64,7 @@ uint32_t RAMFUNC GetTickCount();
|
|||
|
||||
void StartCountUS();
|
||||
uint32_t RAMFUNC GetCountUS();
|
||||
void ResetUSClock(void);
|
||||
//uint32_t RAMFUNC GetDeltaCountUS();
|
||||
|
||||
void StartCountSspClk();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue