mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 23:33:40 +00:00
Some code cleanup
This commit is contained in:
parent
32721d8bb2
commit
8f0e0dacad
5 changed files with 14 additions and 20 deletions
|
|
@ -77,10 +77,10 @@ void CDMRDMOTX::process()
|
|||
m_poPtr++;
|
||||
writeByte(DMR_SYNC);
|
||||
} else
|
||||
writeByte(m_poBuffer[m_poPtr++]);
|
||||
writeByte(m_poBuffer[m_poPtr++]);
|
||||
|
||||
space -= 8U;
|
||||
|
||||
|
||||
if (m_poPtr >= m_poLen) {
|
||||
m_poPtr = 0U;
|
||||
m_poLen = 0U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue