projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e1d6d
)
Corrected PURESIGNAL for METIS hardware
author
c vw
<dl1ycf@darc.de>
Tue, 23 Apr 2019 07:35:34 +0000
(09:35 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 23 Apr 2019 07:35:34 +0000
(09:35 +0200)
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index aaeb8737b6c11b9dae5fd042452276651a032997..4a5a6fb8801d1537e810ab89410019efac9a5560 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-678,7
+678,7
@@
static void process_ozy_input_buffer(unsigned char *buffer) {
if(device==DEVICE_METIS) {
left_sample_double_tx=left_sample_double;
right_sample_double_tx=right_sample_double;
- add_ps_iq_samples(transmitter, left_sample_double_
rx,right_sample_double_rx,left_sample_double_tx,right_sample_double_t
x);
+ add_ps_iq_samples(transmitter, left_sample_double_
tx,right_sample_double_tx,left_sample_double_rx,right_sample_double_r
x);
}
break;
case 2: