mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Simplify mode changes.
This commit is contained in:
parent
2e43624ea2
commit
aa1a45394a
6 changed files with 132 additions and 117 deletions
|
|
@ -85,7 +85,7 @@ void CDMRSlot::writeModem(unsigned char *data)
|
|||
return;
|
||||
}
|
||||
|
||||
if (data[0U] == TAG_LOST && m_state == RS_LATE_ENTRY) {
|
||||
if (data[0U] == TAG_LOST) {
|
||||
m_state = RS_LISTENING;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue