projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf98af
)
fix typo when PA is disabled
author
John Melton - G0ORX
<john.d.melton@googlemail.com>
Wed, 11 Aug 2021 05:37:28 +0000
(06:37 +0100)
committer
John Melton - G0ORX
<john.d.melton@googlemail.com>
Wed, 11 Aug 2021 05:37:28 +0000
(06:37 +0100)
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index c260c60347734d5d35e1f0afcd30f43f465cd583..d5a36ba0d2e618371159727b03dcc803620a591d 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-1697,7
+1697,7
@@
static int last_power=0;
}
if(band->disablePA) {
output_buffer[C2]=output_buffer[C2]|0x40; // Manual Filter Selection
- output_buffer[C3]=output_buffer[C
2
]|0x20; // bypass all RX filters
+ output_buffer[C3]=output_buffer[C
3
]|0x20; // bypass all RX filters
output_buffer[C3]=output_buffer[C3]|0x80; // disable Alex T/R relay
}
#ifdef PURESIGNAL