projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbfa80e
)
Revert "WIP: testing level with a value fixed to 0x128"
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 6 Nov 2022 14:08:51 +0000
(19:38 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 6 Nov 2022 14:08:51 +0000
(19:38 +0530)
This reverts commit
dbfa80ea18e74b1a5378141412e740fe9d5fd4d5
.
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index 5380f06901326fb6c4df19f25158941d5a394500..2658e41479451fb652bad52780d342ec1936b886 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-1726,7
+1726,7
@@
void ozy_send_buffer() {
//}
output_buffer[C0]=0x12; /* addr[6:1] = 001001b */
- output_buffer[C1]=
0x128 & 0xff; //
power & 0xFF;
+ output_buffer[C1]=power & 0xFF;
output_buffer[C2]=0x00;
output_buffer[C3]=0x00;
output_buffer[C4]=0x00;