Fix bogus "not supported" message when icom_set_mode_x26 is called

pull/846/head
Mike Black W9MDB 2021-10-16 23:29:05 -05:00
rodzic 7f1faf24c0
commit 6c43e5c6ac
1 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

@ -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);