Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
04a74ce107e5576d7c114cfba4066e7b854bcde6
/
.
/
subsys
/
bluetooth
/
mesh
/
test.c
blob: 2c12da01fcae40d0fb52ecb1c8a5571cb576ce23 [
file
] [
log
] [
blame
]
/*
* 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
;
}