mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-22 09:06:23 +03:00
Fix some initial values of fuses/lock bits
This commit is contained in:
@@ -8191,7 +8191,7 @@ part
|
||||
|
||||
memory "lock"
|
||||
size = 1;
|
||||
initval = 0x03;
|
||||
initval = 0x06;
|
||||
;
|
||||
|
||||
memory "signature"
|
||||
@@ -9476,7 +9476,7 @@ part
|
||||
|
||||
memory "lfuse"
|
||||
size = 1;
|
||||
initval = 0x62;
|
||||
initval = 0x6E;
|
||||
min_write_delay = 4500;
|
||||
max_write_delay = 4500;
|
||||
read = "0101.0000--0000.0000--xxxx.xxxx--oooo.oooo";
|
||||
@@ -9620,7 +9620,7 @@ part
|
||||
|
||||
memory "lfuse"
|
||||
size = 1;
|
||||
initval = 0x62;
|
||||
initval = 0x6E;
|
||||
min_write_delay = 4500;
|
||||
max_write_delay = 4500;
|
||||
read = "0101.0000--0000.0000--xxxx.xxxx--oooo.oooo";
|
||||
|
||||
Reference in New Issue
Block a user