From 4c462d0af136c244e2c2edf6f464c5f495f5b870 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sat, 10 Aug 2024 02:32:33 +0200 Subject: Switch to event-triggered messaging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d96cb5b..bfa9d67 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ CMAKE_C_FLAGS = -DSPLIT_SIDE=$(shell echo "$(SIDE)" | tr a-z A-Z) ifdef ROLE CMAKE_C_FLAGS += -DSPLIT_ROLE=$(shell echo "$(ROLE)" | tr a-z A-Z) endif -ifdef GPIO_MOD +ifneq ($(GPIO_MOD),0) CMAKE_C_FLAGS += -DBAD_GPIO_MITIGATION=1 endif -- cgit v1.2.3-71-gd317