From 4ef2609858e80c0a6ec78f3358ec57e4a97d510c Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 29 May 2018 10:50:32 -0500 Subject: Remove BUTTON INTERFACE feature test macro --- io-module/buttons.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'io-module/buttons.h') 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) -- cgit v1.2.3