提交 a31474b0 编写于 作者: qiuyiuestc's avatar qiuyiuestc

fix serial issue

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@800 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 d9f797aa
......@@ -43,7 +43,7 @@ extern void rt_hw_set_dividor(rt_uint8_t hdivn, rt_uint8_t pdivn);
extern void rt_hw_set_clock(rt_uint8_t sdiv, rt_uint8_t pdiv, rt_uint8_t mdiv);
#define UART0 ((struct uartport *)U0BASE)
#define UART0 ((struct uartport *)&U0BASE)
struct serial_int_rx uart0_int_rx;
struct serial_device uart0 =
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册