mirror of
https://github.com/esphome/esphome.git
synced 2025-10-14 15:53:48 +01:00
missing defines
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
// Should not be needed, but it's required to pass CI clang-tidy checks
|
// Should not be needed, but it's required to pass CI clang-tidy checks
|
||||||
#if defined(USE_ESP32_VARIANT_ESP32S2) || defined(USE_ESP32_VARIANT_ESP32S3) || defined(USE_ESP32_VARIANT_ESP32P4)
|
#if defined(USE_ESP32_VARIANT_ESP32S2) || defined(USE_ESP32_VARIANT_ESP32S3) || defined(USE_ESP32_VARIANT_ESP32P4)
|
||||||
|
#include "esphome/core/defines.h"
|
||||||
#include "esphome/core/component.h"
|
#include "esphome/core/component.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "usb/usb_host.h"
|
#include "usb/usb_host.h"
|
||||||
|
Reference in New Issue
Block a user