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:
iceman1001 2016-09-09 11:57:31 +02:00
commit 5d15891e2b
2 changed files with 17 additions and 7 deletions

View file

@ -64,6 +64,7 @@ uint32_t RAMFUNC GetTickCount();
void StartCountUS();
uint32_t RAMFUNC GetCountUS();
void ResetUSClock(void);
//uint32_t RAMFUNC GetDeltaCountUS();
void StartCountSspClk();