kopia lustrzana https://github.com/Hamlib/Hamlib
Fix Elecraft K3 RVF fail to just warn and not quit
rodzic
8ebadb3b7d
commit
256766c5b6
|
@ -352,7 +352,6 @@ int elecraft_open(RIG *rig)
|
||||||
if (err != RIG_OK)
|
if (err != RIG_OK)
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_ERR, "%s: Firmware RVF failed\n", __func__);
|
rig_debug(RIG_DEBUG_ERR, "%s: Firmware RVF failed\n", __func__);
|
||||||
return err;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue