kopia lustrzana https://github.com/Hamlib/Hamlib
Remove get_freq -- seems to be causing a problem with FLRig
rodzic
0fe9b866d2
commit
1e96b1f4d7
|
@ -991,10 +991,10 @@ int HAMLIB_API rig_open(RIG *rig)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// read frequence to update internal status
|
// read frequency to update internal status
|
||||||
freq_t freq;
|
// freq_t freq;
|
||||||
if (caps->get_freq) rig_get_freq(rig, RIG_VFO_A, &freq);
|
// if (caps->get_freq) rig_get_freq(rig, RIG_VFO_A, &freq);
|
||||||
if (caps->get_freq) rig_get_freq(rig, RIG_VFO_B, &freq);
|
// if (caps->get_freq) rig_get_freq(rig, RIG_VFO_B, &freq);
|
||||||
RETURNFUNC(RIG_OK);
|
RETURNFUNC(RIG_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue