]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
typo corr.
authorc vw <dl1ycf@darc.de>
Fri, 15 Jan 2021 13:48:06 +0000 (14:48 +0100)
committerc vw <dl1ycf@darc.de>
Fri, 15 Jan 2021 13:48:06 +0000 (14:48 +0100)
iambic.c

index 6ce933f28bfef46e5f3988144767a84483eb8e7b..1e687e1ed3e2f58640553f2200d1fc896222bbc4 100644 (file)
--- a/iambic.c
+++ b/iambic.c
@@ -255,7 +255,7 @@ void keyer_straight_key(state) {
   if (state != 0) {
     cw_key_down=960000;  // max. 20 sec to protect hardware
     cw_key_up=0;
-    cw_key_active=1;
+    cw_key_hit=1;
     gpio_cw_sidetone_set(1);
   } else {
     cw_key_down=0;