Missed icom.h commit

https://github.com/Hamlib/Hamlib/issues/448

(cherry picked from commit 0fa00cb14f)
Hamlib-4.0
Michael Black W9MDB 2020-12-12 12:31:32 -06:00 zatwierdzone przez Nate Bargmann
rodzic 178208714f
commit 1c389b9783
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -203,6 +203,7 @@ struct icom_priv_data
int x25cmdfails; // This will get set if the 0x25 command fails so we try just once
int x1cx03cmdfails; // This will get set if the 0x1c 0x03 command fails so we try just once
int poweron; // to prevent powering on more than once
int filter; // Current filter selected
};
extern const struct ts_sc_list r8500_ts_sc_list[];