mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-20 22:05:08 +00:00
Updating serial port watchdog for 48 kHz
This commit is contained in:
parent
6192d75c4a
commit
b1dceec444
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue