Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a0ea971e9f283271f7a3221f8b7d565e57b7c386
/
.
/
samples
/
hello_world
/
src
/
main.c
blob: 8676d8940bce6d0c3de42426cefa7e618d1cd48b [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/zephyr.h>
void
main
(
void
)
{
printk
(
"Hello World! %s\n"
,
CONFIG_BOARD
);
}