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