- instantiate uart_ifs in board
git-svn-id: http://moon:8086/svn/mips@183 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -7,15 +7,6 @@
|
||||
#include <board.h>
|
||||
#include "uart.h"
|
||||
|
||||
// ---------------------------------------------------------------------------------
|
||||
// Globals
|
||||
// ---------------------------------------------------------------------------------
|
||||
const uart_if_t uart_if[2] =
|
||||
{
|
||||
{(uint32_t*)SYS_UART0_STAT, (uint32_t*)SYS_UART0_DATA, (uint32_t*)SYS_UART0_BAUD},
|
||||
{(uint32_t*)SYS_UART1_STAT, (uint32_t*)SYS_UART1_DATA, (uint32_t*)SYS_UART1_BAUD}
|
||||
};
|
||||
|
||||
// ------------------------------------
|
||||
// Low-level I/O
|
||||
// ------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user