From: c vw Date: Tue, 4 May 2021 14:52:23 +0000 (+0200) Subject: renamed local_set_frequency to set_frequency X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=2ea384caa6529f92a851c43e6fc1dcf1c3a7f651;p=pihpsdr.git renamed local_set_frequency to set_frequency --- diff --git a/store.c b/store.c index 8c5b971..178cc71 100644 --- 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);