Add BeRTOS name in dbg start :-)
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Oct 2007 15:52:22 +0000 (15:52 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Oct 2007 15:52:22 +0000 (15:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@909 38d2e660-2303-0410-9eaa-f027e97ec537

drv/kdebug.c

index c747f6843783773a21ed0a8fe6fc21ef24709500..129576f4096ed566f0c49084af09b600efe203e1 100644 (file)
@@ -78,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");
 }