Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 15:03:12 -06:00
rodzic 9a0ca5bf83
commit 498e09e22c
8 zmienionych plików z 8 dodań i 9 usunięć

Wyświetl plik

@ -124,7 +124,7 @@ const struct rig_caps bc245_caps =
.set_level = uniden_set_level,
.get_channel = uniden_get_channel,
.set_channel = uniden_set_channel,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -138,7 +138,7 @@ const struct rig_caps bc250_caps =
.set_level = uniden_set_level,
.get_channel = uniden_get_channel,
.set_channel = uniden_set_channel,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -138,7 +138,7 @@ const struct rig_caps bc780_caps =
.set_level = uniden_set_level,
.get_channel = uniden_get_channel,
.set_channel = uniden_set_channel,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -144,7 +144,7 @@ const struct rig_caps bc895_caps =
.get_channel = uniden_get_channel,
.set_channel = uniden_set_channel,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -155,8 +155,7 @@ const struct rig_caps bc898_caps =
.set_level = uniden_set_level,
.get_channel = uniden_get_channel,
.set_channel = uniden_set_channel,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -123,7 +123,7 @@ const struct rig_caps bcd396t_caps =
.get_info = uniden_digital_get_info,
.set_freq = uniden_digital_set_freq,
.get_freq = uniden_digital_get_freq,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -121,7 +121,7 @@ const struct rig_caps bcd996t_caps =
.get_info = uniden_digital_get_info,
.set_freq = uniden_digital_set_freq,
.get_freq = uniden_digital_get_freq,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -146,7 +146,7 @@ const struct rig_caps pro2052_caps =
.set_level = uniden_set_level,
.get_channel = uniden_get_channel,
.set_channel = uniden_set_channel,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*