ble_mesh: stack: Fix compile warning with BIT macro

This commit is contained in:
lly
2020-12-25 16:08:26 +08:00
parent 938530b193
commit 4e8a53aec2

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