Fix a typo a a preceding change.
This commit is contained in:
parent
f553fd1316
commit
63ff107419
@ -463,7 +463,7 @@ static int ps_callback(FAR struct nsh_vtbl_s *vtbl, FAR const char *dirpath,
|
||||
|
||||
/* Additionally print a "!" if the stack is filled more than 80% */
|
||||
|
||||
#ifndef LIBC_FLOATINGPOINT
|
||||
#ifndef CONFIG_LIBC_FLOATINGPOINT
|
||||
nsh_output(vtbl, "%5d%%%s ", (int)stack_filled, (stack_filled >= 80 ? "!" : " "));
|
||||
#else
|
||||
nsh_output(vtbl, "%5.1f%%%s ", (double)stack_filled, (stack_filled >= 80 ? "!" : " "));
|
||||
|
Loading…
Reference in New Issue
Block a user