use UART0 as console

This commit is contained in:
bernard 2013-09-21 17:18:45 +08:00
parent 9d09cd9f23
commit 09b105ecf7
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ static const struct rt_uart_ops am33xx_uart_ops =
struct serial_ringbuffer uart1_int_rx; struct serial_ringbuffer uart1_int_rx;
struct am33xx_uart uart1 = struct am33xx_uart uart1 =
{ {
UART1_BASE, UART0_BASE,
UART1_INT, UART0_INT,
}; };
struct rt_serial_device serial1; struct rt_serial_device serial1;