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)
This commit is contained in:
WestfW 2011-06-14 01:13:41 -07:00 committed by David A. Mellis
parent 0d9377c729
commit 3b4fbd0960
1 changed files with 1 additions and 1 deletions

View File

@ -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