From fdc6f30e9da19f19669ecfc6c66d02abf9057959 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 29 Oct 2021 10:45:43 -0500 Subject: MTCDT-0.2 with PCA9557 support --- io-module/buttons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'io-module/buttons.h') 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) -- cgit v1.2.3