diff options
author | Maxim Devaev <[email protected]> | 2022-07-11 02:12:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-11 02:12:38 +0300 |
commit | 89aff795fd7905aaf192428bb99814c13b98d5c2 (patch) | |
tree | 8f80c599f0c6f7d754f702f106c2e30d2fa60395 /hid/lib/drivers/tools.cpp | |
parent | 1afd96cdb932ccb1df0f0ed7e6662080f2618a26 (diff) |
refactoring
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(); |