mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Handle sync-less data frames.
This commit is contained in:
@@ -56,7 +56,8 @@ bool CYSFParrot::write(const unsigned char* data)
|
||||
|
||||
void CYSFParrot::end()
|
||||
{
|
||||
m_timer.start();
|
||||
if (m_used > 0U)
|
||||
m_timer.start();
|
||||
|
||||
m_ptr = 0U;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user