Eliminate a warning

This commit is contained in:
Gregory Nutt 2014-10-22 07:56:48 -06:00
parent 0196b77961
commit d98d1e9d21
1 changed files with 3 additions and 1 deletions

View File

@ -160,7 +160,9 @@
# undef CONFIG_LEUART0_SERIAL_CONSOLE
# define HAVE_LEUART_CONSOLE 1
#else
# warning "No valid CONFIG_U[S]ART[n]_SERIAL_CONSOLE Setting"
# ifdef CONFIG_DEV_CONSOLE
# warning "No valid CONFIG_U[S]ART[n]_SERIAL_CONSOLE Setting"
# endif
# undef CONFIG_USART0_SERIAL_CONSOLE
# undef CONFIG_USART1_SERIAL_CONSOLE
# undef CONFIG_USART2_SERIAL_CONSOLE