mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Restore "Fix RF late entry in DMR"
This commit is contained in:
@@ -826,8 +826,6 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
|
|||||||
return false;
|
return false;
|
||||||
if (m_rfN == m_lastrfN)
|
if (m_rfN == m_lastrfN)
|
||||||
return false;
|
return false;
|
||||||
if (m_rfN != (m_lastrfN + 1U))
|
|
||||||
return false;
|
|
||||||
m_lastrfN = m_rfN;
|
m_lastrfN = m_rfN;
|
||||||
|
|
||||||
// Regenerate the EMB
|
// Regenerate the EMB
|
||||||
|
|||||||
Reference in New Issue
Block a user