3 lines
121 B
C
3 lines
121 B
C
|
void sys_tick_wait_at_least(uint32_t stc, uint32_t delay_ms);
|
||
|
bool sys_tick_has_passed(uint32_t stc, uint32_t delay_ms);
|