forked from Imagelibrary/rtems
Cosmetic fix from Eric Norum:
This makes the headings line up above the columns a little better.
Now that it's so easy to include/exclude the stack check code I find
myself adding it to all my `debug' targets.
This commit is contained in:
@@ -509,7 +509,7 @@ void Stack_check_Dump_usage( void )
|
||||
|
||||
printf("Stack usage by thread\n");
|
||||
printf(
|
||||
" ID NAME LOW HIGH AVAILABLE USED\n"
|
||||
" ID NAME LOW HIGH AVAILABLE USED\n"
|
||||
);
|
||||
|
||||
for ( class_index = OBJECTS_CLASSES_FIRST ;
|
||||
|
||||
@@ -509,7 +509,7 @@ void Stack_check_Dump_usage( void )
|
||||
|
||||
printf("Stack usage by thread\n");
|
||||
printf(
|
||||
" ID NAME LOW HIGH AVAILABLE USED\n"
|
||||
" ID NAME LOW HIGH AVAILABLE USED\n"
|
||||
);
|
||||
|
||||
for ( class_index = OBJECTS_CLASSES_FIRST ;
|
||||
|
||||
Reference in New Issue
Block a user