Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Console.cpp
- Revision:
- 5:4624aed3b143
- Parent:
- 2:4c8b24eb7ad5
--- a/Console.cpp Sat Mar 17 14:36:57 2018 +0200 +++ b/Console.cpp Mon Apr 23 16:06:02 2018 +0000 @@ -53,7 +53,7 @@ int cnt = mbed_stats_stack_get_each(stacks, 10); for(int k = 0; k < cnt; k++) { - printf("%d - TH[%lu]: max: %lu, res: %lu\n", k, stacks[k].thread_id, stacks[k].max_size, stacks[k].reserved_size); + printf("%d - TH[%lu]: max: %6lu, res: %6lu\n", k, stacks[k].thread_id, stacks[k].max_size, stacks[k].reserved_size); } }