blob: 9a90c6a6a0a9750e6fd55c0ea17ea28de55374e5 [file] [log] [blame]
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
void main(void)
{
printk("Hello World! %s\n", CONFIG_BOARD);
}