Fix cppcheck warning in transfox.c and trc80.c

pull/154/head
Michael Black 2019-12-06 12:07:19 -06:00
rodzic fcbb9d6e13
commit d7eb9dd72f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -152,7 +152,7 @@ const struct rig_caps transfox_caps =
.set_ptt = kenwood_set_ptt,
.get_ptt = transfox_get_ptt,
.get_info = transfox_get_info,
#if 0
#ifdef XXREMOVEDXX
.set_trn = transfox_set_trn,
.get_trn = transfox_get_trn,
.scan = transfox_scan,

Wyświetl plik

@ -152,7 +152,7 @@ const struct rig_caps trc80_caps =
.rig_init = kenwood_init,
.rig_cleanup = kenwood_cleanup,
#if 0
#ifdef XXREMOVEDXX
.set_freq = kenwood_set_freq,
#endif
.get_freq = kenwood_get_freq_if,