Skip to content

Commit

Permalink
Merge branch 'feature/spi_flash_remove_unnecessary_header_includes' i…
Browse files Browse the repository at this point in the history
…nto 'master'

spi_flash: remove unnecessary header includes in test_app

See merge request espressif/esp-idf!23844
  • Loading branch information
esp-jiangguangming committed May 22, 2023
2 parents a938fe0 + 8c075ea commit 11062e4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions components/spi_flash/test_apps/esp_flash/main/test_esp_flash_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@
#include "esp_private/spi_flash_os.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

static uint8_t sector_buf[4096];
Expand Down

0 comments on commit 11062e4

Please sign in to comment.