mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Merge branch 'feature/spi_flash_remove_unnecessary_header_includes' into 'master'
spi_flash: remove unnecessary header includes in test_app See merge request espressif/esp-idf!23844
This commit is contained in:
commit
11062e45fb
@ -33,18 +33,6 @@
|
|||||||
#include "esp_private/spi_flash_os.h"
|
#include "esp_private/spi_flash_os.h"
|
||||||
#include "ccomp_timer.h"
|
#include "ccomp_timer.h"
|
||||||
|
|
||||||
#if CONFIG_IDF_TARGET_ESP32S2
|
|
||||||
#include "esp32s2/rom/cache.h"
|
|
||||||
#elif CONFIG_IDF_TARGET_ESP32S3
|
|
||||||
#include "esp32s3/rom/cache.h"
|
|
||||||
#elif CONFIG_IDF_TARGET_ESP32C3
|
|
||||||
#include "esp32c3/rom/cache.h"
|
|
||||||
#elif CONFIG_IDF_TARGET_ESP32C2
|
|
||||||
#include "esp32c2/rom/cache.h"
|
|
||||||
#elif CONFIG_IDF_TARGET_ESP32C6
|
|
||||||
#include "esp32c2/rom/cache.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define FUNC_SPI 1
|
#define FUNC_SPI 1
|
||||||
|
|
||||||
static uint8_t sector_buf[4096];
|
static uint8_t sector_buf[4096];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user