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/tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stm32/tools.h') diff --git a/include/stm32/tools.h b/include/stm32/tools.h index 5ce7944..ac7f0bf 100644 --- a/include/stm32/tools.h +++ b/include/stm32/tools.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBOPENSTM32_TOOLS_H -#define LIBOPENSTM32_TOOLS_H +#ifndef LIBOPENCM3_TOOLS_H +#define LIBOPENCM3_TOOLS_H /* * Register accessors / manipulators -- cgit v1.2.3