mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Small fixes.
This commit is contained in:
parent
8290db81fd
commit
4b2df6150f
2 changed files with 5 additions and 14 deletions
|
|
@ -773,8 +773,8 @@ void CNXDNControl::writeNetwork()
|
|||
m_netFrames = 1U;
|
||||
m_netLost = 0U;
|
||||
} else {
|
||||
m_netFrames++;
|
||||
CUtils::dump(2U, "NXDN, interesting non superblock network frame", netData, 33U);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
if (m_netState == RS_NET_IDLE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue