mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
7 lines
126 B
C
7 lines
126 B
C
|
#pragma once
|
||
|
#include "timer.h"
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool timer_expired(uint16_t last);
|
||
|
bool timer_expired32(uint32_t last);
|