X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fdebug.h;h=6bd64e071ddd67b022a3e3541c53d99451a9a241;hb=0fbabc305e65dfc5538cfcae10c04f6be9daf657;hp=2b85e5f3f28c538f0bf8a8f30db46c8b45274ea1;hpb=52fa40dca7b8505cc239ff7b176b25d062b74b49;p=bertos.git diff --git a/bertos/cfg/debug.h b/bertos/cfg/debug.h index 2b85e5f3..6bd64e07 100644 --- a/bertos/cfg/debug.h +++ b/bertos/cfg/debug.h @@ -40,13 +40,12 @@ * \author Bernardo Innocenti */ -#ifndef CFG_DEBUG_H -#define CFG_DEBUG_H +#ifndef BERTOS_DEBUG_H +#define BERTOS_DEBUG_H #include #include - /* * Defaults for rarely used config stuff. */ @@ -310,4 +309,4 @@ #endif /* _DEBUG */ -#endif /* CFG_DEBUG_H */ +#endif /* BERTOS_DEBUG_H */