summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/tools.h
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-11 02:12:38 +0300
committerMaxim Devaev <[email protected]>2022-07-11 02:12:38 +0300
commit89aff795fd7905aaf192428bb99814c13b98d5c2 (patch)
tree8f80c599f0c6f7d754f702f106c2e30d2fa60395 /hid/lib/drivers/tools.h
parent1afd96cdb932ccb1df0f0ed7e6662080f2618a26 (diff)
refactoring
Diffstat (limited to 'hid/lib/drivers/tools.h')
-rw-r--r--hid/lib/drivers/tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/lib/drivers/tools.h b/hid/lib/drivers/tools.h
index 0f11c7c3..00f0fd2a 100644
--- a/hid/lib/drivers/tools.h
+++ b/hid/lib/drivers/tools.h
@@ -22,5 +22,7 @@
#pragma once
+#include <Arduino.h>
+
bool is_micros_timed_out(unsigned long start_ts, unsigned long timeout);