From 81850a52ad201903a1812f1b4222585653acf650 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 12 May 2021 04:29:32 +0200 Subject: [PATCH] Remove HASP_NUM_INPUTS --- include/hasp_conf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index ba16d3b4..ac40b629 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -110,10 +110,6 @@ #define HASP_NUM_GPIO_CONFIG 8 #endif -#ifndef HASP_NUM_INPUTS -#define HASP_NUM_INPUTS 4 // Number of ACE Buttons -#endif - // #ifndef HASP_NUM_OUTPUTS // #define HASP_NUM_OUTPUTS 3 // #endif