kopia lustrzana https://github.com/Hamlib/Hamlib
Suppress no get_vfo message for Icom rigs.
No hope of getting Icom to ever provide this abilitypull/1481/head
rodzic
0e5d2cfc48
commit
df64af4583
|
@ -3329,7 +3329,7 @@ int HAMLIB_API rig_get_vfo(RIG *rig, vfo_t *vfo)
|
||||||
|
|
||||||
caps = rig->caps;
|
caps = rig->caps;
|
||||||
|
|
||||||
if (caps->get_vfo == NULL)
|
if (caps->get_vfo == NULL && RIG_ICOM != RIG_BACKEND_NUM(rig->caps->rig_model))
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_WARN, "%s: no get_vfo\n", __func__);
|
rig_debug(RIG_DEBUG_WARN, "%s: no get_vfo\n", __func__);
|
||||||
ELAPSED2;
|
ELAPSED2;
|
||||||
|
|
Ładowanie…
Reference in New Issue