mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Fix late entry Embedded LC handling.
This commit is contained in:
parent
bd011de2ca
commit
cdb54779f2
1 changed files with 2 additions and 0 deletions
|
|
@ -254,6 +254,8 @@ bool CDMREmbeddedLC::processEmbeddedData()
|
|||
if (!CCRC::checkFiveBit(m_data, crc))
|
||||
return false;
|
||||
|
||||
m_valid = true;
|
||||
|
||||
// Extract the FLCO
|
||||
unsigned char flco;
|
||||
CUtils::bitsToByteBE(m_data + 0U, flco);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue