MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / uh_close_radio

Function uh_close_radio

src/microham.c:1105–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1103
1104
1105void uh_close_radio()
1106{
1107 uh_radio_in_use = 0;
1108
1109 if (!uh_ptt_in_use && ! uh_wkey_in_use)
1110 {
1111 close_microham();
1112 }
1113}
1114
1115void uh_close_wkey()
1116{

Callers 1

ser_closeFunction · 0.85

Calls 1

close_microhamFunction · 0.85

Tested by

no test coverage detected