From faf3515e6bcbd049ca2a0eaea339fc687de7f8e0 Mon Sep 17 00:00:00 2001 From: RTsien Date: Sat, 11 Jan 2014 15:05:51 +0800 Subject: [PATCH] support UART0 to UART5 straightly --- bsp/beaglebone/drivers/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/beaglebone/drivers/serial.c b/bsp/beaglebone/drivers/serial.c index 077f78ea3b..af93048ac9 100644 --- a/bsp/beaglebone/drivers/serial.c +++ b/bsp/beaglebone/drivers/serial.c @@ -10,7 +10,7 @@ * Change Logs: * Date Author Notes * 2013-07-06 Bernard the first version - * 2014-01-11 RTsien add definitions of UART0 to UART5 + * 2014-01-11 RTsien support UART0 to UART5 straightly */ #include -- GitLab