Timed waiting with hal_wait()
This commit is contained in:
@ -34,3 +34,7 @@ void hal_init_withmalloc(void) {
|
||||
hal_intr_disable();
|
||||
}
|
||||
|
||||
void hal_wait(uint32_t ms) {
|
||||
pit_wait(ms);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user