Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1115
void 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
1125
int uh_open_ptt()
1126
{
Callers
1
used_externally
Function · 0.85
Calls
1
close_microham
Function · 0.85
Tested by
no test coverage detected