Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / cfg / debug.h
index 2b85e5f3f28c538f0bf8a8f30db46c8b45274ea1..6bd64e071ddd67b022a3e3541c53d99451a9a241 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-#ifndef CFG_DEBUG_H
-#define CFG_DEBUG_H
+#ifndef BERTOS_DEBUG_H
+#define BERTOS_DEBUG_H
 
 #include <cfg/os.h>
 #include <cfg/compiler.h>
 
-
 /*
  * Defaults for rarely used config stuff.
  */
 
 #endif /* _DEBUG */
 
-#endif /* CFG_DEBUG_H */
+#endif /* BERTOS_DEBUG_H */