From ab7068562cf401665fd530e18592c63966a43797 Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 22 Oct 2019 10:43:27 +0200 Subject: [PATCH] typos --- new_protocol.c | 2 +- newhpsdrsim.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/new_protocol.c b/new_protocol.c index eb3aa50..178513b 100644 --- a/new_protocol.c +++ b/new_protocol.c @@ -1184,7 +1184,7 @@ static void new_protocol_transmit_specific() { if(last_50!=transmit_specific_buffer[50]) { last_50=transmit_specific_buffer[50]; -fprintf(stderr,"tx_specific: 50=%02X\n",transmit_specific_buffer[50]); +//fprintf(stderr,"tx_specific: 50=%02X\n",transmit_specific_buffer[50]); } // 0..31 diff --git a/newhpsdrsim.c b/newhpsdrsim.c index 4c76ae3..5df320c 100644 --- a/newhpsdrsim.c +++ b/newhpsdrsim.c @@ -134,7 +134,6 @@ void new_protocol_general_packet(unsigned char *buffer) { if (seqnum != 0 && seqnum != seqold+1 ) { fprintf(stderr,"GP: SEQ ERROR, old=%lu new=%lu\n", seqold, seqnum); } - fprintf(stderr,"GP seq=%ld\n", (long) seqnum); rc=(buffer[5] << 8) + buffer[6]; if (rc == 0) rc=1025; -- 2.45.2