commit | 3beb481bab26a2af66a13c260820c135a1c00bd4 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Tue Feb 20 09:11:38 2018 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Tue Feb 20 16:23:53 2018 -0500 |
tree | 7a0e69fef48ea8413efad89cf42d8e0fd5180901 | |
parent | 3e30e8164fecb9358622c42661af21ab050f17ae [diff] |
soc: esp32: Fix compile warnings when redefining BIT() macro Include `soc.h` first, which will include the ESP-IDF headers -- which will define the `BIT()` macro without checking if they're already defined, like the Zephyr headers do. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>