1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-02 08:01:50 +00:00

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

View File

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