From a35d0dcb02e75903313a58995830b402d7258519 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 26 May 2008 09:16:34 +0000 Subject: [PATCH] Fix header guard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1352 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bertos/cfg/debug.h b/bertos/cfg/debug.h index a75b4d2d..0ec7cf33 100644 --- a/bertos/cfg/debug.h +++ b/bertos/cfg/debug.h @@ -40,8 +40,8 @@ * \author Bernardo Innocenti */ -#ifndef DEVLIB_DEBUG_H -#define DEVLIB_DEBUG_H +#ifndef CFG_DEBUG_H +#define CFG_DEBUG_H #include #include @@ -310,4 +310,4 @@ #endif /* _DEBUG */ -#endif /* DEVLIB_DEBUG_H */ +#endif /* CFG_DEBUG_H */ -- 2.25.1