summaryrefslogtreecommitdiff
path: root/io-module/buttons.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-10-29 10:45:43 -0500
committerJohn Klug <john.klug@multitech.com>2021-11-12 12:00:50 -0600
commitfdc6f30e9da19f19669ecfc6c66d02abf9057959 (patch)
tree1f30ba77204c5307aea4bf1ab4f73ff77495aa5c /io-module/buttons.h
parent0e772e1a11a545571232de6387699b73ac3278bf (diff)
downloadmts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.gz
mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.bz2
mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.zip
MTCDT-0.2 with PCA9557 support
Diffstat (limited to 'io-module/buttons.h')
-rw-r--r--io-module/buttons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/buttons.h b/io-module/buttons.h
index ef80f34..d7ce8bd 100644
--- a/io-module/buttons.h
+++ b/io-module/buttons.h
@@ -34,6 +34,7 @@
#include "mts_io_module.h"
#include "mts_io.h"
+#include "version.h"
#define BUTTON_CHECK_PER_SEC 8
#define BUTTON_INTERVAL (HZ / BUTTON_CHECK_PER_SEC)