Use machine structure

This commit is contained in:
logicog
2025-12-12 09:06:52 +01:00
parent 06fbf85bce
commit d75ad636f9
9 changed files with 109 additions and 194 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ void flash_read_bulk(__xdata uint8_t *dst)
}
void flash_read_security()
void flash_read_security(void)
{
while (flash_read_status() & 0x1);