Browse Source

Merge pull request #585 from zchong-cht/master

[BSP] Change the head files in beaglebone uart.c
Bernard Xiong 10 năm trước cách đây
mục cha
commit
693ffe4fff
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      bsp/beaglebone/drivers/uart.c

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

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