From: asterix Date: Mon, 26 May 2008 09:16:34 +0000 (+0000) Subject: Fix header guard. X-Git-Tag: 2.0.0~582 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a35d0dcb02e75903313a58995830b402d7258519;p=bertos.git Fix header guard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1352 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */