mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Fix reported compilation errors.
This commit is contained in:
parent
ad578c1ccd
commit
dcb9dd31a9
2 changed files with 4 additions and 4 deletions
|
|
@ -770,9 +770,9 @@ void CNXDNControl::writeNetwork()
|
|||
m_netLayer3.setData(netData + 5U + 0U, 10U);
|
||||
|
||||
unsigned char type = m_netLayer3.getMessageType();
|
||||
if (type == NXDN_MESSAGE_TYPE_TX_REL && m_netState == RS_RF_LISTENING)
|
||||
if (type == NXDN_MESSAGE_TYPE_TX_REL && m_netState == RS_NET_IDLE)
|
||||
return;
|
||||
if (type == NXDN_MESSAGE_TYPE_VCALL && m_netState != RS_RF_LISTENING)
|
||||
if (type == NXDN_MESSAGE_TYPE_VCALL && m_netState != RS_NET_IDLE)
|
||||
return;
|
||||
|
||||
CNXDNSACCH sacch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue