From b2ac2ffc4b53262250f576cb1984508d6dd5a510 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Thu, 22 Nov 2012 16:04:32 -0600 Subject: lm4f: Remove erroneous references to lm3s Signed-off-by: Alexandru Gagniuc --- include/libopencm3/lm4f/memorymap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libopencm3/lm4f/memorymap.h') diff --git a/include/libopencm3/lm4f/memorymap.h b/include/libopencm3/lm4f/memorymap.h index 55347bf..0e9b485 100644 --- a/include/libopencm3/lm4f/memorymap.h +++ b/include/libopencm3/lm4f/memorymap.h @@ -17,12 +17,12 @@ * along with this library. If not, see . */ -#ifndef LM3S_MEMORYMAP_H -#define LM3S_MEMORYMAP_H +#ifndef LM4F_MEMORYMAP_H +#define LM4F_MEMORYMAP_H #include -/* --- LM3S specific peripheral definitions ----------------------------- */ +/* --- LM4F specific peripheral definitions ----------------------------- */ #define GPIOA_APB_BASE (0x40004000) #define GPIOB_APB_BASE (0x40005000) -- cgit v1.2.3