diff options
Diffstat (limited to 'demos/GNU-Linux-GCC/main.c')
-rw-r--r-- | demos/GNU-Linux-GCC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/main.c b/demos/GNU-Linux-GCC/main.c index 15cb358fd..8d0d25879 100644 --- a/demos/GNU-Linux-GCC/main.c +++ b/demos/GNU-Linux-GCC/main.c @@ -26,7 +26,7 @@ static msg_t Thread1(void *arg) { while (TRUE) {
chThdSleepMilliseconds(1000);
- printf("Hello World!");
+ printf("-\n");
}
return 0;
}
|