]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/legicrf.c
marcan's patch until he gets commit access. Remove C library's includes from the...
[proxmark3-svn] / armsrc / legicrf.c
index 07a930c9ccef33b2bdeb2a3251f84770c1491870..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"
@@ -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