Fix demo app to compiling with new version of bertos. Clean up. Reformat.
[bertos.git] / bertos / cfg / debug.h
index 0ec7cf3369038a254ec38b717efc570820da354a..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.
  */
         */
        #define DB(x) x
 
-       #include <appconfig.h>  /* CONFIG_KDEBUG_ASSERT_NO_TEXT */
-       #include <cpu/attr.h>  /* CPU_HARVARD */
+       #include <cfg/cfg_debug.h>   /* CONFIG_KDEBUG_ASSERT_NO_TEXT */
+       #include <cpu/attr.h>        /* CPU_HARVARD */
 
        /* These are implemented in drv/kdebug.c */
        void kdbg_init(void);
 
 #endif /* _DEBUG */
 
-#endif /* CFG_DEBUG_H */
+#endif /* BERTOS_DEBUG_H */