Browse Source

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

ardafu 10 years ago
parent
commit
ce08c83c1f
2 changed files with 2 additions and 2 deletions
  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"