#include "apps.h"
#include "legicrf.h"
-#include "unistd.h"
-#include "stdint.h"
+#include <stdint.h>
#include "legic_prng.h"
#include "crc.h"
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);
}