Bluetooth: Mesh: Fix printing device UUID
IS_ENABLED was incorrectly used here. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
parent
45c8cb2343
commit
ac050455c5
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ int bt_mesh_prov_enable(bt_mesh_prov_bearer_t bearers)
|
|||
return -EALREADY;
|
||||
}
|
||||
|
||||
#if IS_ENABLED(CONFIG_BT_MESH_PROV_DEVICE_LOG_LEVEL)
|
||||
#if defined(CONFIG_BT_MESH_PROV_DEVICE_LOG_LEVEL)
|
||||
if (CONFIG_BT_MESH_PROV_DEVICE_LOG_LEVEL > 2) {
|
||||
struct bt_uuid_128 uuid = { .uuid = { BT_UUID_TYPE_128 } };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue