mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-09 04:01:01 +00:00
Incread default read size to 256 bytes
This commit is contained in:
@@ -250,7 +250,7 @@ static int cmd_dump(PROGRAMMER * pgm, struct avrpart * p,
|
|||||||
|
|
||||||
if (strncmp(prevmem, memtype, strlen(memtype)) != 0) {
|
if (strncmp(prevmem, memtype, strlen(memtype)) != 0) {
|
||||||
addr = 0;
|
addr = 0;
|
||||||
len = 64;
|
len = 256;
|
||||||
strncpy(prevmem, memtype, sizeof(prevmem)-1);
|
strncpy(prevmem, memtype, sizeof(prevmem)-1);
|
||||||
prevmem[sizeof(prevmem)-1] = 0;
|
prevmem[sizeof(prevmem)-1] = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user