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 929bc83 commit 1655f04Copy full SHA for 1655f04
samples/hello_world/src/main.c
@@ -8,6 +8,6 @@
8
9
int main(void)
10
{
11
- printf("Hello World! %s\n", CONFIG_BOARD);
+ printf("Hello World! 2 %s\n", CONFIG_BOARD);
12
return 0;
13
}
0 commit comments