stm32p103: change debug message in example application.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 12 May 2010 16:26:43 +0000 (16:26 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 12 May 2010 16:26:43 +0000 (16:26 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3671 38d2e660-2303-0410-9eaa-f027e97ec537

examples/stm32p103/main.c

index 4ca8ea3cf7a321e27b959203bcf6deae483eaa46..de49bbb5a98c458c257a711450be1af289da564d 100644 (file)
@@ -65,7 +65,7 @@ int main(void)
        for (i = 0; ; i = !i)
        {
                stm32_gpioPinWrite((struct stm32_gpio *)GPIOC_BASE, LED_PIN, i);
-               kputs("hello world\n");
+               kputs("BeRTOS up & running!\n");
                timer_delay(500);
        }
 }