mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
7bd0134482
7 changed files with 33 additions and 28 deletions
|
|
@ -101,7 +101,7 @@ m_enabled(true)
|
|||
::memset(m_netLDU2, 0x00U, 9U * 25U);
|
||||
|
||||
m_lastIMBE = new unsigned char[11U];
|
||||
::memcpy(m_lastIMBE, P25_nullptr_IMBE, 11U);
|
||||
::memcpy(m_lastIMBE, P25_NULL_IMBE, 11U);
|
||||
|
||||
m_rfLDU = new unsigned char[P25_LDU_FRAME_LENGTH_BYTES];
|
||||
::memset(m_rfLDU, 0x00U, P25_LDU_FRAME_LENGTH_BYTES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue