]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/crc16.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / common / crc16.h
index 3db2cd798b0e28a6f5085e91db3546a2d3c00677..645a5acfc09c36cb33dbe308243df138099572a1 100644 (file)
@@ -9,7 +9,7 @@
 #define __CRC16_H
 
 #include <stdint.h>
-#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);
Impressum, Datenschutz