Skip to content
Snippets Groups Projects
Commit fb41a110 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Eliminate some warnings

parent 63af8d88
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,10 @@
# undef CONFIG_USART2_SERIAL_CONSOLE
# define HAVE_CONSOLE 1
#else
# warning "No valid CONFIG_USARTn_SERIAL_CONSOLE Setting"
# ifndef CONFIG_NO_SERIAL_CONSOLE
# warning "No valid CONFIG_USARTn_SERIAL_CONSOLE Setting"
# endif
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_USART0_SERIAL_CONSOLE
......
......@@ -51,6 +51,7 @@
#include "sam_clockconfig.h"
#include "sam_lowputc.h"
#include "sam_cmcc.h"
#include "sam_userspace.h"
/****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment