projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2da504
)
typos
author
c vw
<dl1ycf@darc.de>
Tue, 22 Oct 2019 08:43:27 +0000
(10:43 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 22 Oct 2019 08:43:27 +0000
(10:43 +0200)
new_protocol.c
patch
|
blob
|
history
newhpsdrsim.c
patch
|
blob
|
history
diff --git
a/new_protocol.c
b/new_protocol.c
index eb3aa504ea1719909b8d07e10dfe09e69d128624..178513ba5b899b1adfd84639873e50f1b02375bc 100644
(file)
--- 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 4c76ae3452ef326d779abf91286d0b188384d58d..5df320c2edc4416cc4b6c3fd286d0ebb8a461486 100644
(file)
--- 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;