aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWestfW <westfw@gmail.com>2011-06-14 01:13:41 -0700
committerWestfW <westfw@gmail.com>2011-06-14 01:13:41 -0700
commite302384d4356f7d98f57e756b2b6f2896f9c868d (patch)
treecc5a2515dce4b9af4e90f6d1cfaa758d33ce4e2a
parenta0d00b4d86cfbd5cb508eda69997175fab39e725 (diff)
Modify Uno "lock" bits in boards.txt to make bootloader readable by
sketches. Part of http://code.google.com/p/arduino/issues/detail?id=554
-rw-r--r--boards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards.txt b/boards.txt
index 0ae40d3..c252a75 100644
--- a/boards.txt
+++ b/boards.txt
@@ -10,7 +10,7 @@ uno.bootloader.extended_fuses=0x05
uno.bootloader.path=optiboot
uno.bootloader.file=optiboot_atmega328.hex
uno.bootloader.unlock_bits=0x3F
-uno.bootloader.lock_bits=0x0F
+uno.bootloader.lock_bits=0x2F
uno.build.mcu=atmega328p
uno.build.f_cpu=16000000L
uno.build.core=arduino