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

fix running fail problem using armcc O2 opinion

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@751 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 3e8fb96c
...@@ -27,17 +27,17 @@ struct serial_int_tx ...@@ -27,17 +27,17 @@ struct serial_int_tx
typedef struct uartport typedef struct uartport
{ {
rt_uint32_t ulcon; volatile rt_uint32_t ulcon;
rt_uint32_t ucon; volatile rt_uint32_t ucon;
rt_uint32_t ufcon; volatile rt_uint32_t ufcon;
rt_uint32_t umcon; volatile rt_uint32_t umcon;
rt_uint32_t ustat; volatile rt_uint32_t ustat;
rt_uint32_t urxb; volatile rt_uint32_t urxb;
rt_uint32_t ufstat; volatile rt_uint32_t ufstat;
rt_uint32_t umstat; volatile rt_uint32_t umstat;
rt_uint32_t utxh; volatile rt_uint32_t utxh;
rt_uint32_t urxh; volatile rt_uint32_t urxh;
rt_uint32_t ubrd; volatile rt_uint32_t ubrd;
}uartport; }uartport;
struct serial_device struct serial_device
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册