esp-idf/components
lly d2bcb5c7ff ble_mesh: A specific fix for compile warning in idf4.0
Compared with the latest idf, idf4.0 defines BIT(nr) in
the "esp_bit_defs.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-21 16:50:09 +08:00
..
2019-07-07 01:51:45 +00:00
2020-05-15 14:58:07 +05:30
2020-04-23 16:04:33 +08:00
2020-02-13 14:36:11 +08:00
2020-03-22 21:09:03 +08:00