diff options
Diffstat (limited to 'users/xulkal/timer_utils.h')
-rw-r--r-- | users/xulkal/timer_utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/xulkal/timer_utils.h b/users/xulkal/timer_utils.h new file mode 100644 index 000000000..7e2a0b74d --- /dev/null +++ b/users/xulkal/timer_utils.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #pragma once | ||
2 | #include "timer.h" | ||
3 | #include <stdbool.h> | ||
4 | |||
5 | bool timer_expired(uint16_t last); | ||
6 | bool timer_expired32(uint32_t last); | ||