Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / cpu / avr / drv / kdebug_avr.c
index 35d0645d6867a61485ca708f3f5a3ce333a5fde1..3e1bdfda3936b08a18bc9da6810e5066835ffa97 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
+#include "hw_cpu.h"     /* for CLOCK_FREQ */
+#include "hw_ser.h"     /* Required for bus macros overrides */
+
+#include <cfg/cfg_debug.h>
+#include <cfg/macros.h> /* for BV(), DIV_ROUND */
+
 #include <cpu/types.h>
 #include <cpu/attr.h>
-#include <cfg/macros.h> /* for BV(), DIV_ROUND */
-#include <appconfig.h>
-#include <hw_cpu.h>     /* for CLOCK_FREQ */
-#include <hw_ser.h>     /* Required for bus macros overrides */
 
 #include <avr/io.h>
 
@@ -253,3 +255,4 @@ INLINE void kdbg_hw_init(void)
                #endif
        #endif /* CONFIG_KDEBUG_PORT == 666 */
 }
+