This commit is contained in:
Philippe Teuwen 2019-08-06 13:52:03 +02:00
parent 1354aec556
commit 0f9880b18f

View file

@ -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) {