Browse Source

Merge pull request #585 from zchong-cht/master

[BSP] Change the head files in beaglebone uart.c
Bernard Xiong 9 years ago
parent
commit
693ffe4fff
1 changed files with 2 additions and 2 deletions
  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
 {
 {