From 060a537a6281c083adffb602f437ea093a7fefe9 Mon Sep 17 00:00:00 2001 From: c vw Date: Wed, 24 Feb 2021 15:23:35 +0100 Subject: [PATCH] Only changed comments on the CW RF pulse shaper variables --- transmitter.c | 6 +++--- transmitter.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.45.2