mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 00:55:19 +08:00
textual
This commit is contained in:
parent
291238a2f0
commit
54cbaf5b87
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ static void SendStatus(void) {
|
|||
DbpString(_BLUE_("Various"));
|
||||
for (uint32_t *p = &_stack_start; ; ++p) {
|
||||
if (*p != 0xdeadbeef) {
|
||||
Dbprintf(" Max stack usage.........%d", (&_stack_end - p)*4);
|
||||
Dbprintf(" Max stack usage so far..%d", (&_stack_end - p)*4);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue