Fix Icom IC-756Pro mode get/set.

The IC-756Pro doesn't have DATA mode but the capabilities incorrectly
used commands to get/set DATA sub modes.
Hamlib-3.0
Bill Somerville 2014-04-27 14:17:42 +01:00
rodzic 13c8cfa3ee
commit 2889f49392
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -360,8 +360,8 @@ const struct rig_caps ic756pro_caps = {
.set_freq = icom_set_freq,
.get_freq = icom_get_freq,
.set_mode = icom_set_mode_with_data,
.get_mode = icom_get_mode_with_data,
.set_mode = icom_set_mode,
.get_mode = icom_get_mode,
.set_vfo = icom_set_vfo,
.set_ant = icom_set_ant,
.get_ant = icom_get_ant,