blob: 777c70d384c01dbb0d0e02573316bacae4dd085e [file] [log] [blame]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <sys/printk.h>
#include <zephyr.h>
#include <shell/shell.h>
void main(void)
{
printk("Press the <Tab> button for supported commands.\n");
printk("Before any Mesh commands you must run \"mesh init\"\n");
}