mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
ADD: a print_hex_break function,
CHG: "hf legic decode" looks better.
This commit is contained in:
parent
6a18e46fa6
commit
a182a680b0
2 changed files with 12 additions and 15 deletions
|
@ -111,7 +111,7 @@ void print_hex_break(const uint8_t *data, const size_t len, uint8_t breaks) {
|
|||
|
||||
// check if a line break is needed
|
||||
if ( (breaks > 0) && (i > 0) && !(i % breaks) )
|
||||
printf("\n");
|
||||
printf("(%d %d)\n", i , breaks);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue