Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 14:52:24 -06:00
rodzic e4939b79d1
commit a8426d1488
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -185,7 +185,7 @@ const struct rig_caps r8a_caps =
.set_powerstat = drake_set_powerstat,
.get_powerstat = drake_get_powerstat,
.get_info = drake_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -185,7 +185,7 @@ const struct rig_caps r8b_caps =
.set_powerstat = drake_set_powerstat,
.get_powerstat = drake_get_powerstat,
.get_info = drake_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*