chg: ego credits....one of these days I'll remove 'em

This commit is contained in:
iceman1001 2016-02-18 17:48:17 +01:00
parent 6cf8fcb002
commit 07f970aad7

View file

@ -54,6 +54,7 @@ uint32_t CRC8Maxim(uint8_t *buff, size_t size) {
return crc_finish(&crc);
}
//credits to iceman
uint32_t CRC8Legic(uint8_t *buff, size_t size) {
// Poly 0x63, reversed poly 0xC6, Init 0x55, Final 0x00