timer_hw_triggered(): Add dummy definition
[bertos.git] / drv / kdebug.c
index 517a20c9a3593da5a5556c1453ab23a763aa8c73..739400a419fd1df28dc53b4c9426cdf511df16a5 100644 (file)
 
 
 #include <cfg/debug.h>
-#include <cpu/cpu.h>
+#include <cpu/irq.h>
+#include <cpu/attr.h>
+#include <cpu/types.h>
 #include <cfg/macros.h> /* for BV() */
 #include <appconfig.h>
 #include <hw_cpu.h>     /* for CLOCK_FREQ */
 #include <hw_ser.h>     /* Required for bus macros overrides */
 
 #include <mware/formatwr.h> /* for _formatted_write() */
+#include <mware/pgm.h>
 
 #ifdef _DEBUG
 
@@ -77,7 +80,7 @@ void kdbg_init(void)
 {
        /* Init debug hw */
        kdbg_hw_init();
-       kputs("\n\n*** DBG START ***\n");
+       kputs("\n\n*** BeRTOS DBG START ***\n");
 }