mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Clean up the frame processing for RF and network.
This commit is contained in:
@@ -219,11 +219,6 @@ void CM17Network::clock(unsigned int ms)
|
||||
return;
|
||||
}
|
||||
|
||||
// EOT?
|
||||
uint16_t fn = (buffer[38U] << 8) + (buffer[39U] << 0);
|
||||
if ((fn & 0x8000U) == 0x8000U)
|
||||
m_inId = 0U;
|
||||
|
||||
unsigned char c = length - 6U;
|
||||
m_buffer.addData(&c, 1U);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user