Merge pull request #691 from synogate/fix-SST26VF064B-erase

fix SST26VF064B erase
This commit is contained in:
Gwenhael Goavec-Merou
2026-07-13 09:06:06 +02:00
committed by GitHub
+1 -1
View File
@@ -520,7 +520,7 @@ static std::map <uint32_t, flash_t> flash_list = {
.manufacturer = "microchip",
.model = "SST26VF064B",
.nr_sector = 128,
.sector_erase = true,
.sector_erase = false,
.subsector_erase = true,
.has_extended = false,
.tb_otp = false,