mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Use machine structure
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user