mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Dont include when not using a supported board
This commit is contained in:
parent
89b3af8be4
commit
ff9bffc363
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
#ifdef USE_ESP_IDF
|
||||
|
||||
#ifdef USE_ESP_ADF_BOARD
|
||||
#include <board.h>
|
||||
#endif
|
||||
|
||||
#include "esphome/core/log.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue