From 4b2b8e2b8af289918492d02edbf89e9455865d75 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 25 May 2020 19:50:44 +0200 Subject: [PATCH] Add HASP_NUM_GPIO_CONFIG --- include/hasp_conf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index f9fd431b..83fb7578 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -69,6 +69,10 @@ #define HASP_USE_PNGDECODE 0 #endif +#ifndef HASP_NUM_GPIO_CONFIG +#define HASP_NUM_GPIO_CONFIG 5 +#endif + #ifndef HASP_NUM_INPUTS #define HASP_NUM_INPUTS 3 // Buttons #endif