projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5bdf88
)
renamed local_set_frequency to set_frequency
author
c vw
<dl1ycf@darc.de>
Tue, 4 May 2021 14:52:23 +0000
(16:52 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 4 May 2021 14:52:23 +0000
(16:52 +0200)
store.c
patch
|
blob
|
history
diff --git
a/store.c
b/store.c
index 8c5b971444362be0c310dcd4ef55ed05e2de7069..178cc710146f53ab8b6fd6e49186da9dd83f374b 100644
(file)
--- a/
store.c
+++ b/
store.c
@@
-118,7
+118,7
@@
void recall_memory_slot(int index) {
// Step c) will not only change the filter but also store the new setting
// with that mode.
//
-
local_
set_frequency(active_receiver->id, new_freq);
+ set_frequency(active_receiver->id, new_freq);
vfo_mode_changed(mem[index].mode);
vfo_filter_changed(mem[index].filter);
g_idle_add(ext_vfo_update,NULL);