]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/legicrf.c
More CRLF -> LF
[proxmark3-svn] / armsrc / legicrf.c
index 9409acd7e372c41813e7b47ad7973eaea94ca48d..a804ded252cbf4da41fc5bd56bfa49271302192b 100644 (file)
@@ -8,8 +8,7 @@
 
 #include "apps.h"
 #include "legicrf.h"
-#include "unistd.h"
-#include "stdint.h"
+#include <stdint.h>
 
 #include "legic_prng.h"
 #include "crc.h"
@@ -276,7 +275,7 @@ void LegicRfReader(int offset, int bytes) {
                        card_sz = 1024;
                        break;
                default:
-                       Dbprintf("No or unknown card found, aborting");
+                       Dbprintf("Unknown card format: %x",tag_type);
                        switch_off_tag_rwd();
                        return;
        }
@@ -301,6 +300,6 @@ void LegicRfReader(int offset, int bytes) {
                byte_index++;
        }
        switch_off_tag_rwd();
-       Dbprintf("Card read, use 'data hexsamples %d' to view results", (bytes+7) & ~7);
+       Dbprintf("Card read, use 'hf legic decode' or 'data hexsamples %d' to view results", (bytes+7) & ~7);
 }
 
Impressum, Datenschutz