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> |
||
|---|---|---|
| .. | ||
| iwdg_stm32.c | ||
| iwdg_stm32.h | ||
| Kconfig | ||
| Kconfig.cmsdk_apb | ||
| Kconfig.esp32 | ||
| Kconfig.qmsi | ||
| Kconfig.sam | ||
| Kconfig.stm32 | ||
| Makefile | ||
| wdog_cmsdk_apb.c | ||
| wdt_esp32.c | ||
| wdt_qmsi.c | ||
| wdt_sam.c | ||