mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07: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"));
|
DbpString(_BLUE_("Various"));
|
||||||
for (uint32_t *p = &_stack_start; ; ++p) {
|
for (uint32_t *p = &_stack_start; ; ++p) {
|
||||||
if (*p != 0xdeadbeef) {
|
if (*p != 0xdeadbeef) {
|
||||||
Dbprintf(" Max stack usage.........%d", (&_stack_end - p)*4);
|
Dbprintf(" Max stack usage so far..%d", (&_stack_end - p)*4);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue