Skip to content

Commit ac8247d

Browse files
committed
bug
1 parent 45472ed commit ac8247d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/hello_world/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
int main(void)
1010
{
11+
int blah;
1112
printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
1213

1314
return 0;

0 commit comments

Comments
 (0)