From fcd95895036b22220f940f7bb38b049bd26534c0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 27 Feb 2023 08:15:13 +0100 Subject: Test button should not have priority over clock LEDs --- morningtown.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/morningtown.c b/morningtown.c index 578101d..ed44aa3 100644 --- a/morningtown.c +++ b/morningtown.c @@ -184,8 +184,6 @@ int main() if ( ntp_ok && !gpio_get(TEST_BUTTON) ) { gpio_put(LED_GREEN, 1); - } else { - gpio_put(LED_GREEN, 0); } debug_print("tick\n"); -- cgit v1.2.3