From: c vw Date: Mon, 1 Nov 2021 12:58:31 +0000 (+0100) Subject: typo X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=223792d7993e2bb55f0955dcea3ccd3bcb21e9fb;p=pihpsdr.git typo --- 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();