mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Merge pull request #25 from vDorst/installer_typo
installer: fix left over typo SFR_FLASH_DUMMYCICLES
This commit is contained in:
@@ -256,7 +256,7 @@ void flash_write_enable(void)
|
|||||||
|
|
||||||
SFR_FLASH_TCONF = 0x18;
|
SFR_FLASH_TCONF = 0x18;
|
||||||
SFR_FLASH_CMD = 6;
|
SFR_FLASH_CMD = 6;
|
||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user