소스 검색

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
 {