Skip to content

Commit 1795a2b

Browse files
committed
samples: hello_world: random modification
test purpose , delete after. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 05b77ec commit 1795a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/hello_world/src/main.c

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

99
int main(void)
1010
{
11-
printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
11+
printf("Hello World! board %s\n", CONFIG_BOARD_TARGET);
1212

1313
return 0;
1414
}

0 commit comments

Comments
 (0)