projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CHG: doesnt flush the printf() calls
[proxmark3-svn]
/
common
/
parity.h
diff --git
a/common/parity.h
b/common/parity.h
index 6adfdb306907df9192214e91508d8c57b04bef70..79b8221dc5445293da85141b98a6e2623e6faf92 100644
(file)
--- a/
common/parity.h
+++ b/
common/parity.h
@@
-27,7
+27,7
@@
static inline uint8_t evenparity8(const uint8_t bt)
}
-static inline uint
32
_t evenparity32(uint32_t x)
+static inline uint
8
_t evenparity32(uint32_t x)
{
x ^= x >> 16;
x ^= x >> 8;
Impressum
,
Datenschutz