Merge pull request #25 from vDorst/installer_typo

installer: fix left over typo SFR_FLASH_DUMMYCICLES
This commit is contained in:
logicog
2025-10-10 17:46:57 +02:00
committed by GitHub
+1 -1
View File
@@ -256,7 +256,7 @@ void flash_write_enable(void)
SFR_FLASH_TCONF = 0x18;
SFR_FLASH_CMD = 6;
SFR_FLASH_DUMMYCICLES = 0;
SFR_FLASH_DUMMYCYCLES = 0;
SFR_FLASH_MODEB = 0;
SFR_FLASH_EXEC_GO = 1;