kopia lustrzana https://github.com/Hamlib/Hamlib
Add set_cache to rig_set_split_freq_mode
rodzic
788db91e2f
commit
03e72c3a99
|
@ -5005,6 +5005,8 @@ int HAMLIB_API rig_set_split_freq_mode(RIG *rig,
|
||||||
|
|
||||||
if (RIG_OK == retcode)
|
if (RIG_OK == retcode)
|
||||||
{
|
{
|
||||||
|
rig_set_cache_freq(rig, vfo, tx_freq);
|
||||||
|
|
||||||
HAMLIB_TRACE;
|
HAMLIB_TRACE;
|
||||||
retcode = rig_set_split_mode(rig, vfo, tx_mode, tx_width);
|
retcode = rig_set_split_mode(rig, vfo, tx_mode, tx_width);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue