mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
unused
This commit is contained in:
@@ -150,7 +150,7 @@ void printarr(char *name, uint8_t *arr, int len) {
|
||||
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, "};");
|
||||
snprintf(output + cx, outsize - cx, "};");
|
||||
PrintAndLogDevice(NORMAL, output);
|
||||
free(output);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user