提交 18a6bcc1 编写于 作者: A Axel Lin 提交者: Thomas Chou

serial: opencores_yanu: Fix build error

Fix build error due to missing include of serial.h and a trivial typo.
Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NThomas Chou <thomas@wytron.com.tw>
上级 22a240c3
......@@ -8,6 +8,7 @@
#include <watchdog.h>
#include <asm/io.h>
#include <nios2-yanu.h>
#include <serial.h>
DECLARE_GLOBAL_DATA_PTR;
......@@ -154,7 +155,7 @@ static int oc_serial_tstc(void)
((1 << YANU_RFIFO_CHARS_N) - 1)) > 0);
}
statoc int oc_serial_getc(void)
static int oc_serial_getc(void)
{
while (serial_tstc() == 0)
WATCHDOG_RESET ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册