Eliminate a warning

This commit is contained in:
Gregory Nutt 2017-04-29 08:52:10 -06:00
parent 08b2fee0fb
commit 5b7f2b0ce2

View File

@ -697,7 +697,8 @@
#endif
#if defined(CONFIG_DISABLE_ENVIRON) && defined(CONFIG_NSH_DISABLESCRIPT)
# define CONFIG_NSH_DISABLE_SET
# undef CONFIG_NSH_DISABLE_SET
# define CONFIG_NSH_DISABLE_SET 1
#endif
/****************************************************************************