mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix a typo a a preceding change.
This commit is contained in:
parent
f553fd1316
commit
63ff107419
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue