| /* | |
| * 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) | |
| { | |
| } |