Cleanup of flash code in installer

This commit is contained in:
logicog
2025-09-29 18:07:51 +02:00
parent 418a1326cf
commit 48d57dfb0f
+1 -2
View File
@@ -256,8 +256,7 @@ void flash_write_enable(void)
SFR_FLASH_TCONF = 0x18; SFR_FLASH_TCONF = 0x18;
SFR_FLASH_CMD = 6; SFR_FLASH_CMD = 6;
// The following is explicitly set for SIO, is this necessary?: SFR_FLASH_DUMMYCICLES = 0;
SFR_FLASH_DUMMYCYCLES = 0;
SFR_FLASH_MODEB = 0; SFR_FLASH_MODEB = 0;
SFR_FLASH_EXEC_GO = 1; SFR_FLASH_EXEC_GO = 1;