Add RIG_VFO_CURR to icom_set_split_vfo

pull/224/head
Michael Black 2020-02-16 23:11:22 -06:00
rodzic 8c11893a21
commit 1371e200e1
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -3957,6 +3957,11 @@ int icom_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo)
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
if (vfo == RIG_VFO_CURR) {
rig_debug(RIG_DEBUG_TRACE,"%s: asking for currVFO=%s\n", priv->curr_vfo_;
vfo = priv->curr_vfo;
}
switch (split)
{
case RIG_SPLIT_OFF:

Wyświetl plik

@ -30,7 +30,7 @@
#include <sys/time.h>
#endif
#define BACKEND_VER "0.27"
#define BACKEND_VER "0.28"
/*
* defines used by comp_cal_str in rig.c