From: c vw <dl1ycf@darc.de>
Date: Fri, 15 Jan 2021 13:48:06 +0000 (+0100)
Subject: typo corr.
X-Git-Url: https://git.rkrishnan.org/components/frontends/$sch_link?a=commitdiff_plain;h=9d26b692662a03e9207303dca95dfd6ec04829bd;p=pihpsdr.git

typo corr.
---

diff --git a/iambic.c b/iambic.c
index 6ce933f..1e687e1 100644
--- 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;