Skip to content

Commit 39a83b2

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 39a83b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/hello_world/src/main.c

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

99
int main(void)
1010
{
11-
printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
11+
printf("Hello Worl board %s\n", CONFIG_BOARD_TARGET);
12+
printf("Welcome to zephyr OS\n");
1213

1314
return 0;
1415
}

0 commit comments

Comments
 (0)