From 95793aa6cedeef06db9592602ecf3dc00edec610 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 31 Dec 2010 01:11:14 +0100 Subject: Rename include guards to LIBOPENCM3_*. --- include/stm32/memorymap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stm32/memorymap.h') diff --git a/include/stm32/memorymap.h b/include/stm32/memorymap.h index db5daad..db3677b 100644 --- a/include/stm32/memorymap.h +++ b/include/stm32/memorymap.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBOPENSTM32_MEMORYMAP_H -#define LIBOPENSTM32_MEMORYMAP_H +#ifndef LIBOPENCM3_MEMORYMAP_H +#define LIBOPENCM3_MEMORYMAP_H #include -- cgit v1.2.3