ble_mesh: stack: Fix compile warning with BIT macro

This commit is contained in:
lly
2020-12-25 16:08:26 +08:00
parent d42f39dcb4
commit 7134ef67cf

View File

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