Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ohou-semios committed Mar 1, 2024
1 parent fb36f7f commit f049f83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/hello_world/src/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*

*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
Expand All @@ -8,6 +9,6 @@

int main(void)
{
printf("Hello World! %s\n", CONFIG_BOARD);
printf("Hello There! %s\n", CONFIG_BOARD);
return 0;
}

0 comments on commit f049f83

Please sign in to comment.