Add uh_wkey_close to microham.h

pull/174/head
Michael Black 2020-01-13 07:27:41 -06:00
rodzic b19ae79cd0
commit 272803c64c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,7 @@
extern int uh_open_radio(int baud, int databits, int stopbits, int rtscts);
extern int uh_open_ptt();
extern void uh_close_wkey();
extern void uh_set_ptt(int ptt);
extern int uh_get_ptt();
extern void uh_close_radio();