blob: 2914eae969d1910a99b70fcf5b4db247ed3503f0 [file] [log] [blame]
/** @file
* @brief Interactive Bluetooth Mesh shell application
*/
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <misc/printk.h>
#include <zephyr.h>
#include <shell/shell.h>
void main(void)
{
printk("Type \"help\" for supported commands.\n");
printk("Before any Mesh commands you must run \"mesh init\"\n");
}