diff --git a/SerialPort.cpp b/SerialPort.cpp index b707c36..082ceea 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -668,7 +668,7 @@ void CSerialPort::process() } } - if (io.getWatchdog() >= 48000U) { + if (io.getWatchdog() >= 96000U) { m_ptr = 0U; m_len = 0U; }