X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fstm32p103%2Fmain.c;h=de49bbb5a98c458c257a711450be1af289da564d;hb=d8a17dd99eec9aecaa60fb8beaa073fc185d8b98;hp=4ca8ea3cf7a321e27b959203bcf6deae483eaa46;hpb=0590b1385728a6dfc5b2a85287edfe8051ccdc22;p=bertos.git diff --git a/examples/stm32p103/main.c b/examples/stm32p103/main.c index 4ca8ea3c..de49bbb5 100644 --- a/examples/stm32p103/main.c +++ b/examples/stm32p103/main.c @@ -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); } }