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

Function uh_close_wkey

src/microham.c:1115–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113}
1114
1115void uh_close_wkey()
1116{
1117 uh_wkey_in_use = 0;
1118
1119 if (!uh_ptt_in_use && ! uh_radio_in_use)
1120 {
1121 close_microham();
1122 }
1123}
1124
1125int uh_open_ptt()
1126{

Callers 1

used_externallyFunction · 0.85

Calls 1

close_microhamFunction · 0.85

Tested by

no test coverage detected