diff options
author | John Klug <john.klug@multitech.com> | 2018-05-29 10:50:32 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-05-29 10:50:32 -0500 |
commit | 4ef2609858e80c0a6ec78f3358ec57e4a97d510c (patch) | |
tree | 7c7d68a9a1b4ca35ce692d8eaf141592c75e4bdc /io-module/buttons.h | |
parent | c31d619c83ba2a6c7c803082e804d18da657a389 (diff) | |
download | mts-io-4ef2609858e80c0a6ec78f3358ec57e4a97d510c.tar.gz mts-io-4ef2609858e80c0a6ec78f3358ec57e4a97d510c.tar.bz2 mts-io-4ef2609858e80c0a6ec78f3358ec57e4a97d510c.zip |
Remove BUTTON INTERFACE feature test macro
Diffstat (limited to 'io-module/buttons.h')
-rw-r--r-- | io-module/buttons.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/io-module/buttons.h b/io-module/buttons.h index d324929..9a09fac 100644 --- a/io-module/buttons.h +++ b/io-module/buttons.h @@ -31,8 +31,6 @@ #include "mts_io.h" -#define NEW_BUTTON_INTERFACE - #define BUTTON_CHECK_PER_SEC 8 #define BUTTON_INTERVAL (HZ / BUTTON_CHECK_PER_SEC) #define BUTTON_HOLD_COUNT (BUTTON_CHECK_PER_SEC * 3) |