mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
46a8982a80
- Remove the extra #include "bt_common.h" in mesh_timer.c - Compared with the latest idf, idf3.3 defines BIT(nr) in the "soc/soc.h" without the pre-condition "#ifndef BIT", which will cause compile warning when using mesh. So we include the header file "soc/soc.h" in "mesh_util.h", which can bypass the definition of "BIT" in "mesh_util.h" when compiling. |
||
---|---|---|
.. | ||
bluedroid | ||
common | ||
esp_ble_mesh | ||
include | ||
lib@4d64d12dde | ||
test | ||
bt.c | ||
CMakeLists.txt | ||
component.mk | ||
Kconfig |