chg: iClass crc is byteswap

This commit is contained in:
iceman1001 2018-01-29 16:36:07 +01:00
commit cbe313a569
2 changed files with 1 additions and 6 deletions

View file

@ -67,8 +67,4 @@ uint16_t crc16_fast(uint8_t const *d, size_t n, uint16_t initval, bool refin, bo
//checks
bool check_crc16_ccitt(uint8_t const *d, size_t n);
//felica imp
void felica_test();
void init_crcccitt_tab( void );
uint16_t update_crc_ccitt( uint16_t crc,uint8_t c );
#endif