ble_mesh: stack: Fix compile warning with BIT macro

pull/6491/head
lly 2020-12-25 16:08:26 +08:00
rodzic 3aabf571a8
commit 187fb9d959
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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