fix from pr comment

This commit is contained in:
steve 2024-04-10 21:20:14 +01:00
parent 6e58a7c298
commit 75d611eca6
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ void loop()
break;
case CMD_DUMP:
start = dumpBlock(start, start + if_unspec(end, 0xff));
start = dumpBlock(start, if_unspec(end, start + 0xff));
break;
case CMD_ERASE: