blob: 7adad59e0745ddc058b9ffe7bfd4d12f504b7c64 [file] [log] [blame]
/*
* Copyright (c) 2018 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h>
#include <misc/printk.h>
#include <shell/shell.h>
#include <shell/shell_uart.h>
#include <version.h>
#include <logging/log.h>
#include <stdlib.h>
LOG_MODULE_REGISTER(app);
void main(void)
{
}