From 9d26b692662a03e9207303dca95dfd6ec04829bd Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Fri, 15 Jan 2021 14:48:06 +0100
Subject: [PATCH] typo corr.

---
 iambic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.45.2