From dbf40a9b8bdb14274893216131781a6252cd7093 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Tue, 1 Mar 2022 08:04:29 +0530 Subject: [PATCH] re-enable Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 629fba0..bcdf64d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ GIT_VERSION := $(shell git describe --abbrev=0 --tags) # CONTROLLER2_V1 single encoders with MCP23017 switches # CONTROLLER2_V2 dual encoders with MCP23017 switches # -# GPIO_INCLUDE=GPIO +GPIO_INCLUDE=GPIO # uncomment the line below to include Pure Signal support #PURESIGNAL_INCLUDE=PURESIGNAL -- 2.45.2