浏览代码

Change the head files in uart.c.

zchong_cht 9 年之前
父节点
当前提交
06765bfd4a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bsp/beaglebone/drivers/uart.c

+ 2 - 2
bsp/beaglebone/drivers/uart.c

@@ -19,8 +19,8 @@
 
 #include <am33xx.h>
 #include <interrupt.h>
-#include "serial.h"
-#include "serial_reg.h"
+#include "uart.h"
+#include "uart_reg.h"
 
 struct am33xx_uart
 {