mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
SPI flash: Block erase size 64KB not 32KB
Reverts changes made in 9f9d92b2df
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "cache_utils.h"
|
||||
|
||||
/* bytes erased by SPIEraseBlock() ROM function */
|
||||
#define BLOCK_ERASE_SIZE 32768
|
||||
#define BLOCK_ERASE_SIZE 65536
|
||||
|
||||
#if CONFIG_SPI_FLASH_ENABLE_COUNTERS
|
||||
static const char* TAG = "spi_flash";
|
||||
|
||||
Reference in New Issue
Block a user