Remove references to CONFIG_SYSLOG

This commit is contained in:
Mateusz Szafoni
2016-06-27 18:39:55 +02:00
parent 0af242aef6
commit d93e8e5c17
3 changed files with 3 additions and 3 deletions

View File

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