Trivial changes after review of PR

This commit is contained in:
Gregory Nutt
2016-06-27 11:36:34 -06:00
parent 9fdd6f16ce
commit 0559581b91
2 changed files with 4 additions and 4 deletions

View File

@@ -177,8 +177,8 @@ static const struct cmdmap_s g_cmdmap[] =
#endif
#endif
#if CONFIG_NFILE_DESCRIPTORS > 0 && \
defined(CONFIG_RAMLOG_SYSLOG) && !defined(CONFIG_NSH_DISABLE_DMESG)
#if CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_RAMLOG_SYSLOG) && \
!defined(CONFIG_NSH_DISABLE_DMESG)
{ "dmesg", cmd_dmesg, 1, 1, NULL },
#endif