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