Add priv vfo settings to icom_set_split

pull/153/head
Michael Black 2019-12-05 22:38:16 -06:00
rodzic 01dab57657
commit be78cc6e31
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -3331,6 +3331,8 @@ int icom_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo)
return -RIG_ERJCTED; return -RIG_ERJCTED;
} }
priv->rx_vfo = vfo;
priv->tx_vfo = tx_vfo;
priv->split_on = RIG_SPLIT_ON == split; priv->split_on = RIG_SPLIT_ON == split;
return RIG_OK; return RIG_OK;
} }

Wyświetl plik

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