zephyr/subsys/bluetooth/mesh/test.c

19 lines
241 B
C

/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include <errno.h>
#include <zephyr/bluetooth/mesh.h>
#include "mesh.h"
#include "test.h"
int bt_mesh_test(void)
{
return 0;
}