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 1795a2bCopy full SHA for 1795a2b
samples/hello_world/src/main.c
@@ -8,7 +8,7 @@
8
9
int main(void)
10
{
11
- printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
+ printf("Hello World! board %s\n", CONFIG_BOARD_TARGET);
12
13
return 0;
14
}
0 commit comments