We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b77ec commit 39a83b2Copy full SHA for 39a83b2
samples/hello_world/src/main.c
@@ -8,7 +8,8 @@
8
9
int main(void)
10
{
11
- printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
+ printf("Hello Worl board %s\n", CONFIG_BOARD_TARGET);
12
+ printf("Welcome to zephyr OS\n");
13
14
return 0;
15
}
0 commit comments