mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[core, qspi_dbi] Clang tidy fixes for 5.3.2 (#8509)
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| #ifdef USE_ESP_IDF | #if defined(USE_ESP_IDF) && defined(USE_ESP32_VARIANT_ESP32S3) | ||||||
| #include "qspi_dbi.h" | #include "qspi_dbi.h" | ||||||
| #include "esphome/core/log.h" | #include "esphome/core/log.h" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ | |||||||
| // | // | ||||||
| #pragma once | #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/spi/spi.h" | ||||||
| #include "esphome/components/display/display.h" | #include "esphome/components/display/display.h" | ||||||
| #include "esphome/components/display/display_buffer.h" | #include "esphome/components/display/display_buffer.h" | ||||||
|   | |||||||
| @@ -45,9 +45,6 @@ | |||||||
| #endif | #endif | ||||||
| #ifdef USE_ESP32 | #ifdef USE_ESP32 | ||||||
| #include "rom/crc.h" | #include "rom/crc.h" | ||||||
| #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 2) |  | ||||||
| #include "esp_mac.h" |  | ||||||
| #endif |  | ||||||
| #include "esp_efuse.h" | #include "esp_efuse.h" | ||||||
| #include "esp_efuse_table.h" | #include "esp_efuse_table.h" | ||||||
| #endif | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user