This commit is contained in:
iceman1001 2023-06-24 17:16:28 +02:00
commit 74f02fef8a
12 changed files with 229 additions and 151 deletions

View file

@ -354,4 +354,4 @@ uint16_t crc16_legic(uint8_t const *d, size_t n, uint8_t uidcrc) {
uint16_t crc16_philips(uint8_t const *d, size_t n) {
return crc16_fast(d, n, 0x49A3, false, false);
}
}