mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 19:40:10 +00:00
ATmega8: Bump the delay values for flash
and EEPROM, based on the current Atmel XML file. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@720 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -5357,7 +5357,7 @@ part
|
||||
" i i i i i i i i";
|
||||
|
||||
mode = 0x04;
|
||||
delay = 10;
|
||||
delay = 20;
|
||||
blocksize = 128;
|
||||
readsize = 256;
|
||||
;
|
||||
@@ -5396,7 +5396,7 @@ part
|
||||
" x x x x x x x x";
|
||||
|
||||
mode = 0x21;
|
||||
delay = 6;
|
||||
delay = 10;
|
||||
blocksize = 64;
|
||||
readsize = 256;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user