Kaynağa Gözat

Change the head files in uart.c.

zchong_cht 9 yıl önce
ebeveyn
işleme
06765bfd4a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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
 {