Updating serial port watchdog for 48 kHz

This commit is contained in:
Andy CA6JAU 2017-10-15 12:16:19 -03:00
parent 6192d75c4a
commit b1dceec444
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ void CSerialPort::process()
} }
} }
if (io.getWatchdog() >= 48000U) { if (io.getWatchdog() >= 96000U) {
m_ptr = 0U; m_ptr = 0U;
m_len = 0U; m_len = 0U;
} }