From b1dceec4441ae77ba6b4a970bbd2f624ef32621f Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 15 Oct 2017 12:16:19 -0300 Subject: [PATCH] Updating serial port watchdog for 48 kHz --- SerialPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }