mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
missed this change
This commit is contained in:
parent
1b59b38058
commit
7e94cf39b4
1 changed files with 1 additions and 1 deletions
|
@ -2069,7 +2069,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CMD_SPIFFS_PRINT_TREE: {
|
case CMD_SPIFFS_PRINT_TREE: {
|
||||||
rdv40_spiffs_safe_print_tree(false);
|
rdv40_spiffs_safe_print_tree();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CMD_SPIFFS_PRINT_FSINFO: {
|
case CMD_SPIFFS_PRINT_FSINFO: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue