]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/parity.c
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / common / parity.c
index b783b1e962af49e5f9803c7a348aacd84c2f93ad..66fcc55867fd532dfc5af1caa1a115cc6403a593 100644 (file)
@@ -5,8 +5,7 @@
 //-----------------------------------------------------------------------------
 // parity functions
 //-----------------------------------------------------------------------------
-
-#include <stdint.h>
+#include <parity.h>
 
 const uint8_t OddByteParity[256] = {
   1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
@@ -45,5 +44,4 @@ const uint8_t EvenByteParity[256] = {
   1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
   0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0
 };
-       
 
Impressum, Datenschutz