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/iwdg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/stm32/iwdg.h') diff --git a/include/stm32/iwdg.h b/include/stm32/iwdg.h index cdd501c..1162c34 100644 --- a/include/stm32/iwdg.h +++ b/include/stm32/iwdg.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef LIBOPENSTM32_IWDG_H -#define LIBOPENSTM32_IWDG_H +#ifndef LIBOPENCM3_IWDG_H +#define LIBOPENCM3_IWDG_H #include #include -- cgit v1.2.3