mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Fix typo
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ void cmd_parser(void) __banked
|
||||
|
||||
void execute_config() __banked
|
||||
{
|
||||
flash_read _bulk(&cmd_buffer[0], 0x1fd000, CMD_BUFFER_SIZE);
|
||||
flash_read_bulk(&cmd_buffer[0], 0x1fd000, CMD_BUFFER_SIZE);
|
||||
// Checks for empty flash
|
||||
if (cmd_buffer[0] == 0xff)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user