OVMS3-idf/components/bt/esp_ble_mesh/mesh_common
lly 46a8982a80 ble_mesh: A specific fix for compile warning in idf3.3
- 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.
2020-05-13 03:40:30 +00:00
..
include ble_mesh: A specific fix for compile warning in idf3.3 2020-05-13 03:40:30 +00:00
mesh_aes_encrypt.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
mesh_atomic.c ble_mesh: Split mesh mutex into a separate file 2020-05-13 03:40:30 +00:00
mesh_buf.c ble_mesh: Spit mesh_util.h into different header files 2020-05-13 03:40:30 +00:00
mesh_common.c ble_mesh: Split mesh mutex into a separate file 2020-05-13 03:40:30 +00:00
mesh_kernel.c ble_mesh: Split mesh os related into a separate file 2020-05-13 03:40:30 +00:00
mesh_mutex.c ble_mesh: Spit mesh_util.h into different header files 2020-05-13 03:40:30 +00:00
mesh_timer.c ble_mesh: A specific fix for compile warning in idf3.3 2020-05-13 03:40:30 +00:00
mesh_util.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00