]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
typo
authorc vw <dl1ycf@darc.de>
Mon, 1 Nov 2021 12:58:31 +0000 (13:58 +0100)
committerc vw <dl1ycf@darc.de>
Mon, 1 Nov 2021 12:58:31 +0000 (13:58 +0100)
gpio.c

diff --git a/gpio.c b/gpio.c
index c1c166cf80808b73a1e4e396b7c00180c3038e50..3dcc827fb02061da2cb7e2e94ff773c3b421baf1 100644 (file)
--- 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();