diff --git a/AX25Demodulator.cpp b/AX25Demodulator.cpp index 89eff0a..14f1415 100644 --- a/AX25Demodulator.cpp +++ b/AX25Demodulator.cpp @@ -209,7 +209,7 @@ bool CAX25Demodulator::HDLC(bool b) switch (m_hdlcBuffer) { case 0x7E: - if (m_frame.m_length >= 15U) { + if (m_frame.m_length >= 17U) { result = m_frame.checkCRC(); if (!result) m_frame.m_length = 0U;