nshlib/nsh_console.h: Fix copy paste errors. Some Kconfig configuration names needed CONFIG_ prefix.
This commit is contained in:
parent
b71f6d07ac
commit
7db2a352fb
@ -80,8 +80,8 @@
|
||||
#if CONFIG_NFILE_STREAMS > 0
|
||||
# ifdef CONFIG_NSH_ALTCONDEV
|
||||
|
||||
# if !defined(CONFIG_NSH_ALTSTDIN) && !defined(NSH_ALTSTDOUT) && \
|
||||
!defined(CONFIGNSH_ALTSTDERR)
|
||||
# if !defined(CONFIG_NSH_ALTSTDIN) && !defined(CONFIG_NSH_ALTSTDOUT) && \
|
||||
!defined(CONFIG_NSH_ALTSTDERR)
|
||||
# error CONFIG_NSH_ALTCONDEV selected but CONFIG_NSH_ALTSTDxxx not provided
|
||||
# endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user