From: c vw <dl1ycf@darc.de>
Date: Wed, 24 Feb 2021 14:23:35 +0000 (+0100)
Subject: Only changed comments on the CW RF pulse shaper variables
X-Git-Url: https://git.rkrishnan.org/uri/htmlfontify-example.html?a=commitdiff_plain;h=060a537a6281c083adffb602f437ea093a7fefe9;p=pihpsdr.git

Only changed comments on the CW RF pulse shaper variables
---

diff --git a/transmitter.c b/transmitter.c
index 8c74843..72def80 100644
--- a/transmitter.c
+++ b/transmitter.c
@@ -61,9 +61,9 @@ static int waterfall_samples=0;
 static int waterfall_resample=8;
 
 //
-// CW (CAT-CW and LOCALCW) in the "old protocol" is timed by the
-// heart-beat of the mic samples. The communication with rigctl.c
-// and iambic.c is done via some global variables. Their use is:
+// CW pulses are timed by the heart-beat of the mic samples.
+// Other parts of the program may produce CW RF pulses by manipulating
+// these global variables:
 //
 // cw_key_up/cw_key_down: set number of samples for next key-down/key-up sequence
 //                        Any of these variable will only be set from outside if
diff --git a/transmitter.h b/transmitter.h
index ed6ca46..91ba4dd 100644
--- a/transmitter.h
+++ b/transmitter.h
@@ -120,7 +120,7 @@ void create_dialog(TRANSMITTER *tx);
 void reconfigure_transmitter(TRANSMITTER *tx,int width,int height);
 
 //
-// CW pulse shaper variables, needed by rigctl (CAT CW) and iambic.c (LOCALCW)
+// CW pulse shaper variables
 //
 extern int cw_key_up;
 extern int cw_key_down;