projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f5b7f
)
PSK bug
author
PA3GSB
<admin@pa3gsb.nl>
Sat, 18 Feb 2017 15:44:27 +0000
(16:44 +0100)
committer
PA3GSB
<admin@pa3gsb.nl>
Sat, 18 Feb 2017 15:44:27 +0000
(16:44 +0100)
radio.c
patch
|
blob
|
history
diff --git
a/radio.c
b/radio.c
index 203b793b64d060889837f32cb8f50d51b6124fb3..16a3f12b852fdbef376beb1c2aee47a57d63e5ec 100644
(file)
--- a/
radio.c
+++ b/
radio.c
@@
-494,7
+494,7
@@
fprintf(stderr,"start save timer\n");
save_timer_id=gdk_threads_add_timeout(30000, save_cb, NULL);
#ifdef PSK
- if(
active_receiver->
mode==modePSK) {
+ if(
vfo[active_receiver->id].
mode==modePSK) {
show_psk();
} else {
show_waterfall();