Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3e01cef06fd8b2d4a2b536b6adb6925292b7ee94
/
.
/
tests
/
drivers
/
quark_clock
/
src
/
main.c
blob: 08ae38e32d220094103673d2af9992f80b7d753e [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr.h>
#include
<misc/printk.h>
/*
* @file
* @brief Hello World demo
*/
void
main
(
void
)
{
printk
(
"Hello World!\n"
);
}