kopia lustrzana https://github.com/Hamlib/Hamlib
Eliminate warning in icom.c for passband nochange
https://github.com/Hamlib/Hamlib/issues/448pull/468/head
rodzic
f22d4a6dbe
commit
e4e88b833d
|
@ -1651,6 +1651,7 @@ int icom_set_mode_with_data(RIG *rig, vfo_t vfo, rmode_t mode,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_TRACE, "%s RIG_PASSBAND_NOCHANGE\n", __func__);
|
rig_debug(RIG_DEBUG_TRACE, "%s RIG_PASSBAND_NOCHANGE\n", __func__);
|
||||||
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (retval != RIG_OK)
|
if (retval != RIG_OK)
|
||||||
|
|
Ładowanie…
Reference in New Issue