diff options
Diffstat (limited to 'hid/lib/drivers/tools.cpp')
-rw-r--r-- | hid/lib/drivers/tools.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hid/lib/drivers/tools.cpp b/hid/lib/drivers/tools.cpp index 7f0e29ca..0220e5f0 100644 --- a/hid/lib/drivers/tools.cpp +++ b/hid/lib/drivers/tools.cpp @@ -19,7 +19,9 @@ # # *****************************************************************************/ -#include <Arduino.h> + +#include "tools.h" + bool is_micros_timed_out(unsigned long start_ts, unsigned long timeout) { unsigned long now = micros(); |