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