aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
diff options
context:
space:
mode:
authorWestfW <westfw@gmail.com>2011-06-14 01:13:41 -0700
committerDavid A. Mellis <d.mellis@arduino.cc>2011-10-10 12:11:17 -0400
commit3b4fbd0960351a9f9cd79e8cd7c8e2b4f20aabc7 (patch)
treec4fb21a07f03d0d68b36ccae8a7cf7f2da6b5692 /boards.txt
parent0d9377c729d3dfe4719bab1631587bfc5d444b60 (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 (cherry picked from commit 39a496616f241a3908d7821dcb15520f16ecd871)
Diffstat (limited to 'boards.txt')
-rw-r--r--boards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards.txt b/boards.txt
index baf4338..23da93b 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