d2bcb5c7ff
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. |
||
---|---|---|
.. | ||
include | ||
mesh_aes_encrypt.c | ||
mesh_atomic.c | ||
mesh_buf.c | ||
mesh_common.c | ||
mesh_kernel.c | ||
mesh_mutex.c | ||
mesh_timer.c | ||
mesh_util.c |