mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Merge branch 'SimpleDMR' into AX25_FM
This commit is contained in:
commit
6d313fce51
6 changed files with 26 additions and 15 deletions
|
|
@ -173,10 +173,12 @@ m_lockFileName(),
|
|||
m_remoteControl(NULL),
|
||||
m_fixedMode(false)
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
}
|
||||
|
||||
CMMDVMHost::~CMMDVMHost()
|
||||
{
|
||||
CUDPSocket::shutdown();
|
||||
}
|
||||
|
||||
int CMMDVMHost::run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue