Reformat.
[bertos.git] / drv / kdebug.c
index 517a20c9a3593da5a5556c1453ab23a763aa8c73..129576f4096ed566f0c49084af09b600efe203e1 100644 (file)
@@ -47,6 +47,7 @@
 #include <hw_ser.h>     /* Required for bus macros overrides */
 
 #include <mware/formatwr.h> /* for _formatted_write() */
+#include <mware/pgm.h>
 
 #ifdef _DEBUG
 
@@ -77,7 +78,7 @@ void kdbg_init(void)
 {
        /* Init debug hw */
        kdbg_hw_init();
-       kputs("\n\n*** DBG START ***\n");
+       kputs("\n\n*** BeRTOS DBG START ***\n");
 }