From 6ff894fc7175050ac1f76335fe937f241402b358 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Sat, 12 Dec 2009 00:10:01 +0100 Subject: [PATCH] lowercase plz --- Flash.h | 2 +- RLT.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Flash.h b/Flash.h index c5671c9..0073667 100644 --- a/Flash.h +++ b/Flash.h @@ -8,7 +8,7 @@ #ifndef __FLASH_H__ #define __FLASH_H__ -#include "MB91465K.H" +#include "mb91465k.h" #define hseq_1 ((volatile unsigned short int *)0x000A1557) #define hseq_2 ((volatile unsigned short int *)0x000A0AAF) diff --git a/RLT.h b/RLT.h index 8499341..3290ded 100644 --- a/RLT.h +++ b/RLT.h @@ -8,7 +8,7 @@ #ifndef __RLT_H__ #define __RLT_H__ -#include "MB91465K.h" +#include "mb91465k.h" #define RLT_RUNMODE_ONESHOT 0x00 #define RLT_RUMMODE_RELOAD 0x01 -- 2.25.1