mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +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++) {
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue