ble_mesh: stack: Fix compile warning with BIT macro

This commit is contained in:
lly 2020-12-25 16:08:26 +08:00
parent de166facd7
commit c44dc1f262

View File

@ -15,6 +15,7 @@
#define _BLE_MESH_UTIL_H_
#include <stddef.h>
#include "esp_bit_defs.h"
#include "mesh_types.h"
#ifdef __cplusplus