2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>

* console/config.c: Spacing.
This commit is contained in:
Joel Sherrill
2009-08-28 18:20:50 +00:00
parent fd3cd3e3e3
commit 4715aba5d3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/config.c: Spacing.
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com> 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.

View File

@@ -16,11 +16,11 @@
#include <bsp.h> #include <bsp.h>
#include <libcpu/io.h> #include <libcpu/io.h>
#include "m68360.h" #include "m68360.h"
/* /*
* Based on BSP configuration information decide whether to do polling IO * Based on BSP configuration information decide whether to do polling IO
* or interrupt driven IO. * or interrupt driven IO.
*/ */
#define NS16550_FUNCTIONS &ns16550_fns_polled #define NS16550_FUNCTIONS &ns16550_fns_polled
#define MC68360_SCC_FUNCTIONS &mc68360_scc_fns #define MC68360_SCC_FUNCTIONS &mc68360_scc_fns