mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
change mem spiffs tree to show id number in decimal. Previously shown in hex.
This commit is contained in:
parent
323a4284ff
commit
14d50f7ac5
3 changed files with 30 additions and 21 deletions
|
@ -658,7 +658,7 @@ void rdv40_spiffs_safe_print_tree(void) {
|
|||
}
|
||||
}
|
||||
|
||||
Dbprintf("[%04x] " _YELLOW_("%5i") " B |-- %s%s", pe->obj_id, pe->size, pe->name, resolvedlink);
|
||||
Dbprintf("[%04u] " _YELLOW_("%5i") " B |-- %s%s", pe->obj_id, pe->size, pe->name, resolvedlink);
|
||||
printed = true;
|
||||
}
|
||||
if (printed == false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue