mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-07 07:13:48 +00:00
Optional debug messages at compile time to save FLASH space
This commit is contained in:
parent
64cad981fa
commit
37724bbabf
16 changed files with 63 additions and 4 deletions
|
|
@ -61,7 +61,7 @@ void CDMRIdleRX::databit(bool bit)
|
|||
if (m_endPtr >= DMR_FRAME_LENGTH_BITS)
|
||||
m_endPtr -= DMR_FRAME_LENGTH_BITS;
|
||||
|
||||
DEBUG3("SYNC MS Data found pos/end:", m_dataPtr, m_endPtr);
|
||||
// DEBUG3("SYNC MS Data found pos/end:", m_dataPtr, m_endPtr);
|
||||
}
|
||||
|
||||
if (m_dataPtr == m_endPtr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue