Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 14:55:09 -06:00
rodzic b38c4cdb23
commit 9a15ed057e
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -175,7 +175,7 @@ const struct rig_caps icm700pro_caps =
.get_level = icmarine_get_level,
.set_func = icmarine_set_func,
.get_func = icmarine_get_func,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -188,7 +188,7 @@ const struct rig_caps icm710_caps =
.get_level = icm710_get_level,
.set_func = icm710_set_func,
.get_func = icm710_get_func,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -176,7 +176,7 @@ const struct rig_caps icm802_caps =
.get_level = icmarine_get_level,
.set_func = icmarine_set_func,
.get_func = icmarine_get_func,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -176,7 +176,7 @@ const struct rig_caps icm803_caps =
.get_level = icmarine_get_level,
.set_func = icmarine_set_func,
.get_func = icmarine_get_func,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};