aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morningtown.c2
1 files changed, 0 insertions, 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");