From 0db1ac38e41dcb79f5ef3316c009a27594c6a1d9 Mon Sep 17 00:00:00 2001 From: Philippe G Date: Tue, 16 Jun 2020 18:41:09 -0700 Subject: [PATCH] release --- components/services/buttons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/services/buttons.c b/components/services/buttons.c index 865a8e6f..c7fd1973 100644 --- a/components/services/buttons.c +++ b/components/services/buttons.c @@ -303,7 +303,7 @@ void *button_remap(void *client, int gpio, button_handler handler, int long_pres } } - // huh + // don't know what we are doing here if (!button) return NULL; prev_client = button->client;