From 223792d7993e2bb55f0955dcea3ccd3bcb21e9fb Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 1 Nov 2021 13:58:31 +0100 Subject: [PATCH] typo --- gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpio.c b/gpio.c index c1c166c..3dcc827 100644 --- a/gpio.c +++ b/gpio.c @@ -509,7 +509,7 @@ static void process_edge(int offset,int value) { // handle CW events as quickly as possible HERE. // This also implies to store the bouncing time locally. // - if (offset == CW_KEYER) then + if (offset == CW_KEYER) { static unsigned int cw_key_debounce=0; found=true; t=millis(); -- 2.45.2