add: fast reverse 16bit

This commit is contained in:
iceman1001 2018-01-27 23:16:35 +01:00
commit e396575424
4 changed files with 27 additions and 6 deletions

View file

@ -28,7 +28,6 @@ uint16_t Iso15693Crc(uint8_t *v, int n)
}
}
}
return ~(uint16_t)(reg & 0xffff);
}