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

This commit is contained in:
ardafu 2015-05-04 17:17:28 +08:00
parent ae4d8da480
commit ce08c83c1f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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