]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/hitag2.h
BigBuf and tracing rework: allow much longer traces in in hf commands
[proxmark3-svn] / include / hitag2.h
index 713c2cb8c3233085c2e897885d753f17359aa18e..ca15d81d2b6e959040c2920ef53382c92a8d6275 100644 (file)
@@ -14,8 +14,8 @@
 typedef enum {
        RHT2F_PASSWORD            = 21,
        RHT2F_AUTHENTICATE        = 22,
-  RHT2F_CRYPTO              = 23,
-  RHT2F_TEST_AUTH_ATTEMPTS  = 25,
+       RHT2F_CRYPTO              = 23,
+       RHT2F_TEST_AUTH_ATTEMPTS  = 25,
 } hitag_function;
 
 typedef struct {
@@ -33,7 +33,7 @@ typedef struct {
 typedef union {
        rht2d_password pwd;
        rht2d_authenticate auth;
-  rht2d_crypto crypto;
+       rht2d_crypto crypto;
 } hitag_data;
 
 #endif
Impressum, Datenschutz