kopia lustrzana https://github.com/Hamlib/Hamlib
Fix bogus "not supported" message when icom_set_mode_x26 is called
rodzic
7f1faf24c0
commit
6c43e5c6ac
|
@ -2131,7 +2131,6 @@ int icom_set_mode_with_data(RIG *rig, vfo_t vfo, rmode_t mode,
|
|||
TRACE;
|
||||
retval =
|
||||
icom_transaction(rig, C_CTL_MEM, dm_sub_cmd, datamode, 1, ackbuf, &ack_len);
|
||||
}
|
||||
|
||||
if (retval != RIG_OK)
|
||||
{
|
||||
|
@ -2148,6 +2147,7 @@ int icom_set_mode_with_data(RIG *rig, vfo_t vfo, rmode_t mode,
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
icom_set_dsp_flt(rig, mode, width);
|
||||
|
||||
RETURNFUNC(retval);
|
||||
|
|
Ładowanie…
Reference in New Issue