stm32p103: change debug message in example application.
[bertos.git] / 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);
        }
 }