mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-01 14:43:06 +00:00
apps/nshlib/nsh.h: Fix typo.. #undef not #undefine.
This commit is contained in:
parent
2c2fc512d6
commit
940b7f8a3e
1 changed files with 2 additions and 2 deletions
|
|
@ -651,10 +651,10 @@
|
|||
# define HAVE_DF_HUMANREADBLE 1
|
||||
# define HAVE_DF_BLOCKOUTPUT 1
|
||||
# if defined(CONFIG_FS_PROCFS_EXCLUDE_USAGE)
|
||||
# undefine HAVE_DF_HUMANREADBLE
|
||||
# undef HAVE_DF_HUMANREADBLE
|
||||
# endif
|
||||
# if defined(CONFIG_FS_PROCFS_EXCLUDE_BLOCKS)
|
||||
# undefine HAVE_DF_BLOCKOUTPUT
|
||||
# undef HAVE_DF_BLOCKOUTPUT
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue