Dont include when not using a supported board

This commit is contained in:
Jesse Hills 2023-10-11 17:33:16 +13:00
parent 89b3af8be4
commit ff9bffc363
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -3,7 +3,9 @@
#ifdef USE_ESP_IDF
#ifdef USE_ESP_ADF_BOARD
#include <board.h>
#endif
#include "esphome/core/log.h"