1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

[core, qspi_dbi] Clang tidy fixes for 5.3.2 (#8509)

This commit is contained in:
Jonathan Swoboda
2025-04-03 03:03:04 -04:00
committed by GitHub
parent 82adcd656f
commit ef0f969604
3 changed files with 2 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#ifdef USE_ESP_IDF
#if defined(USE_ESP_IDF) && defined(USE_ESP32_VARIANT_ESP32S3)
#include "qspi_dbi.h"
#include "esphome/core/log.h"

View File

@@ -3,7 +3,7 @@
//
#pragma once
#ifdef USE_ESP_IDF
#if defined(USE_ESP_IDF) && defined(USE_ESP32_VARIANT_ESP32S3)
#include "esphome/components/spi/spi.h"
#include "esphome/components/display/display.h"
#include "esphome/components/display/display_buffer.h"