소스 검색

[bsp][asm9260t] modify file name to lowercase.

ardafu 10 년 전
부모
커밋
ce08c83c1f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      bsp/asm9260t/platform/timer0.c
  2. 1 1
      bsp/asm9260t/platform/uart.c

+ 1 - 1
bsp/asm9260t/platform/timer0.c

@@ -23,7 +23,7 @@
  */
 
 #include "timer0.h"
-#include "ASM9260T.h"
+#include "asm9260t.h"
 #include "rtthread.h"
 void hw_timer0_init(void)
 {

+ 1 - 1
bsp/asm9260t/platform/uart.c

@@ -22,7 +22,7 @@
  * 2015-04-14     ArdaFu      first version
  */
  
-#include "ASM9260T.h"
+#include "asm9260t.h"
 #include "rtthread.h"
 #include "uart.h"