mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
unused
This commit is contained in:
parent
cf21db6f38
commit
9c74a96c9b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void printarr(char *name, uint8_t *arr, int len) {
|
||||||
for (i = 0; i < len; i++) {
|
for (i = 0; i < len; i++) {
|
||||||
cx += snprintf(output + cx, outsize - cx, "0x%02x,", *(arr + i)); //5 bytes per byte
|
cx += snprintf(output + cx, outsize - cx, "0x%02x,", *(arr + i)); //5 bytes per byte
|
||||||
}
|
}
|
||||||
cx += snprintf(output + cx, outsize - cx, "};");
|
snprintf(output + cx, outsize - cx, "};");
|
||||||
PrintAndLogDevice(NORMAL, output);
|
PrintAndLogDevice(NORMAL, output);
|
||||||
free(output);
|
free(output);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue