X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3e134b4c20a5528b8264cd87d3fdebd0b2df6fd9..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/common/crc16.h diff --git a/common/crc16.h b/common/crc16.h index 3db2cd79..645a5acf 100644 --- a/common/crc16.h +++ b/common/crc16.h @@ -9,7 +9,7 @@ #define __CRC16_H #include -#include "util.h" +#include "util.h" // SwapBits unsigned short update_crc16(unsigned short crc, unsigned char c); uint16_t crc16(uint8_t const *message, int length, uint16_t remainder, uint16_t polynomial);