diff --git a/samples/hello_world/src/main.c b/samples/hello_world/src/main.c index 2758d75d3f..c550ab461c 100644 --- a/samples/hello_world/src/main.c +++ b/samples/hello_world/src/main.c @@ -8,6 +8,7 @@ int main(void) { - printf("Hello World! %s\n", CONFIG_BOARD); + printf("Hello World! %s\n", CONFIG_BOARD_TARGET); + return 0; }