chg: 'lf indala clone' - refactored , uses NG

This commit is contained in:
iceman1001 2019-09-16 11:33:05 +02:00
commit 4c08477ef7
6 changed files with 80 additions and 63 deletions

View file

@ -390,7 +390,7 @@ void print_blocks(uint32_t *data, size_t len) {
PrintAndLogEx(ERR, "..empty data");
} else {
for (uint8_t i = 0; i < len; i++)
PrintAndLogEx(SUCCESS, " %02d | 0x%08X", i, data[i]);
PrintAndLogEx(SUCCESS, " %02d | %08X", i, data[i]);
}
}