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