spi_flash: refactor spi_flash.h to esp_rom_spiflash.h but keep the content in spi_flash.h

This commit is contained in:
Cao Sen Miao
2021-11-26 16:04:49 +08:00
parent 8e220f7bbe
commit d397464fc4
39 changed files with 2171 additions and 152 deletions

View File

@@ -7,7 +7,6 @@
#include "esp_partition.h"
#include "esp_err.h"
#include "esp32/rom/spi_flash.h"
#include "esp_rom_spiflash.h"
SpiFlash spiflash = SpiFlash();