apps/nshlib/nsh.h: Fix typo.. #undef not #undefine.
This commit is contained in:
parent
2c2fc512d6
commit
940b7f8a3e
@ -651,10 +651,10 @@
|
|||||||
# define HAVE_DF_HUMANREADBLE 1
|
# define HAVE_DF_HUMANREADBLE 1
|
||||||
# define HAVE_DF_BLOCKOUTPUT 1
|
# define HAVE_DF_BLOCKOUTPUT 1
|
||||||
# if defined(CONFIG_FS_PROCFS_EXCLUDE_USAGE)
|
# if defined(CONFIG_FS_PROCFS_EXCLUDE_USAGE)
|
||||||
# undefine HAVE_DF_HUMANREADBLE
|
# undef HAVE_DF_HUMANREADBLE
|
||||||
# endif
|
# endif
|
||||||
# if defined(CONFIG_FS_PROCFS_EXCLUDE_BLOCKS)
|
# if defined(CONFIG_FS_PROCFS_EXCLUDE_BLOCKS)
|
||||||
# undefine HAVE_DF_BLOCKOUTPUT
|
# undef HAVE_DF_BLOCKOUTPUT
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user