From: c vw Date: Tue, 22 Oct 2019 08:43:27 +0000 (+0200) Subject: typos X-Git-Url: https://git.rkrishnan.org/%5B/listings/flags/status?a=commitdiff_plain;h=ab7068562cf401665fd530e18592c63966a43797;p=pihpsdr.git typos --- 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;