]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/parity.h
ADD: Added @marshmellow42 's new ST (sequence terminator detection)
[proxmark3-svn] / common / parity.h
index 6adfdb306907df9192214e91508d8c57b04bef70..79b8221dc5445293da85141b98a6e2623e6faf92 100644 (file)
@@ -27,7 +27,7 @@ static inline uint8_t evenparity8(const uint8_t bt)
 }
 
 
-static inline uint32_t evenparity32(uint32_t x) 
+static inline uint8_t evenparity32(uint32_t x) 
 {
        x ^= x >> 16;
        x ^= x >> 8;
Impressum, Datenschutz