summaryrefslogtreecommitdiff
path: root/io-module/buttons.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-05-29 10:50:32 -0500
committerJohn Klug <john.klug@multitech.com>2018-05-29 10:50:32 -0500
commit4ef2609858e80c0a6ec78f3358ec57e4a97d510c (patch)
tree7c7d68a9a1b4ca35ce692d8eaf141592c75e4bdc /io-module/buttons.h
parentc31d619c83ba2a6c7c803082e804d18da657a389 (diff)
downloadmts-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.h2
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)