fix SST26VF064B erase

This commit is contained in:
MiO 2026-07-13 00:44:43 +02:00
parent c9dbf403b4
commit 9c96ddd237
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ static std::map <uint32_t, flash_t> flash_list = {
.manufacturer = "microchip", .manufacturer = "microchip",
.model = "SST26VF064B", .model = "SST26VF064B",
.nr_sector = 128, .nr_sector = 128,
.sector_erase = true, .sector_erase = false,
.subsector_erase = true, .subsector_erase = true,
.has_extended = false, .has_extended = false,
.tb_otp = false, .tb_otp = false,