From 1e0a92caa43cdc8d382a6d94eb59ba3395e0c47f Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Tue, 14 Jan 2020 17:11:27 +0800 Subject: [PATCH] removed debug --- gpio_mapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpio_mapping.c b/gpio_mapping.c index a9cb903..5a052af 100755 --- a/gpio_mapping.c +++ b/gpio_mapping.c @@ -22,7 +22,7 @@ return(EXIT_FAILURE); \ } while(0) -#define DEBUG_GPIO_PRINTF (1) +#define DEBUG_GPIO_PRINTF (0) #define DEBUG_PERIODIC_CHECK_PRINTF (0) #define ERROR_GPIO_PRINTF (1)