mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Add more main processing, particularly data.
This commit is contained in:
@@ -157,7 +157,6 @@ uint8_t CNXDNCRC::createCRC6(const unsigned char* in, unsigned int length)
|
||||
return crc & 0x3FU;
|
||||
}
|
||||
|
||||
|
||||
uint16_t CNXDNCRC::createCRC12(const unsigned char* in, unsigned int length)
|
||||
{
|
||||
uint16_t crc = 0x0D9EU;
|
||||
|
||||
Reference in New Issue
Block a user