From cdb19f65a51b05b1fc5f3bb8fa5ba4232cdad03f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 26 Oct 2018 15:13:25 -0400 Subject: [PATCH] CW then AFSK working --- cw/cw_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cw/cw_main.c b/cw/cw_main.c index e029d9a4..ffd63602 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -213,10 +213,10 @@ int main(int argc, char *argv[]) config_cw(); // allocate space for the buffer - static uint8_t packet[MAX_MESSAGE_LENGTH + 1]; + //static uint8_t packet[MAX_MESSAGE_LENGTH + 1]; - int channel; // AO-7 telemetry format has 6 channels, 4 sub channels in each - int msg_length; + //int channel; // AO-7 telemetry format has 6 channels, 4 sub channels in each + //int msg_length; while(1) { // loop forever for (channel = 0; channel < 7; channel++) {