kopia lustrzana https://github.com/Hamlib/Hamlib
Add priv vfo settings to icom_set_split
rodzic
01dab57657
commit
be78cc6e31
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue