Code Cleanup

This commit is contained in:
2015-10-12 17:15:34 +02:00
parent 4d4b72f6be
commit 854b001cc2
7 changed files with 115 additions and 98 deletions

View File

@@ -28,7 +28,8 @@ void CRCTable_Init() {
}
unsigned long CRC_BufferInternal(unsigned char *buffer, int len,
unsigned long crc) {
unsigned long crc)
{
unsigned char *p;
// Calculate CRC from buffer