Преглед изворни кода

[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"