Atmosphere/exosphere/timers.c
2018-02-22 17:50:37 -08:00

8 lines
No EOL
186 B
C

#include "timers.h"
void wait(uint32_t microseconds) {
uint32_t old_time = TIMERUS_CNTR_1US_0;
while (TIMERUS_CNTR_1US_0 - old_time <= result) {
/* Spin-lock. */
}
}