commit | d52de29fba38c96b225a8d0980986aa946324d83 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Fri Aug 18 15:15:47 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Aug 19 07:50:18 2017 -0400 |
tree | 2ed22dca2a382128a69fd73ba902a652fd8e6b2a | |
parent | dd740c164b8deef633448f9890380746c6dfe0d2 [diff] |
esp32: Fix redefinition of BIT() macro Esp-idf defines the BIT macro that is also defined in Zephyr's misc/util.h. Fix the issue by including the esp-idf headers first, so that a check in util.h won't redefine the macro if it's already defined. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>