Oops, forgot to implement the calibration byte address bits.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@507 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
9f2832188b
commit
297f1d6b3e
|
@ -2093,7 +2093,7 @@ part
|
||||||
memory "calibration"
|
memory "calibration"
|
||||||
size = 4;
|
size = 4;
|
||||||
read = "0 0 1 1 1 0 0 0 x x x x x x x x",
|
read = "0 0 1 1 1 0 0 0 x x x x x x x x",
|
||||||
"0 0 0 0 0 0 0 0 o o o o o o o o";
|
"0 0 0 0 0 0 a1 a0 o o o o o o o o";
|
||||||
;
|
;
|
||||||
|
|
||||||
memory "signature"
|
memory "signature"
|
||||||
|
|
Loading…
Reference in New Issue