mirror of
https://github.com/TomNisbet/TommyPROM.git
synced 2024-11-21 19:31:12 +00:00
fix from pr comment
This commit is contained in:
parent
6e58a7c298
commit
75d611eca6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user