Fix a typo a a preceding change.

This commit is contained in:
David Alessio 2016-07-11 06:56:34 -06:00 committed by Gregory Nutt
parent f553fd1316
commit 63ff107419

View File

@ -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 ? "!" : " "));