]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / util.h
index 87541f4b7def0e91e37fe475bd539d83896eb859..ede50e8c19d6729f7427c6126614e514fbac8a08 100644 (file)
 
 // Byte swapping
 #ifndef BSWAP_64
-#define        BSWAP_64(x)     (((uint64_t)(x) << 56) | \\
-                        (((uint64_t)(x) << 40) & 0xff000000000000ULL) | \\
-                        (((uint64_t)(x) << 24) & 0xff0000000000ULL) | \\
-                        (((uint64_t)(x) << 8)  & 0xff00000000ULL) | \\
-                        (((uint64_t)(x) >> 8)  & 0xff000000ULL) | \\
-                        (((uint64_t)(x) >> 24) & 0xff0000ULL) | \\
-                        (((uint64_t)(x) >> 40) & 0xff00ULL) | \\
+#define        BSWAP_64(x)     (((uint64_t)(x) << 56) | \
+                        (((uint64_t)(x) << 40) & 0xff000000000000ULL) | \
+                        (((uint64_t)(x) << 24) & 0xff0000000000ULL) | \
+                        (((uint64_t)(x) << 8)  & 0xff00000000ULL) | \
+                        (((uint64_t)(x) >> 8)  & 0xff000000ULL) | \
+                        (((uint64_t)(x) >> 24) & 0xff0000ULL) | \
+                        (((uint64_t)(x) >> 40) & 0xff00ULL) | \
                         ((uint64_t)(x)  >> 56))
 #endif
 #ifndef BSWAP_32
Impressum, Datenschutz