Skip to content

Commit

Permalink
boards.txt: fixed wrong extended fuses when using external programmer…
Browse files Browse the repository at this point in the history
… with a yun
  • Loading branch information
Federico Fissore committed Sep 25, 2013
1 parent 452387a commit b018e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yun.upload.wait_for_upload_port=true
yun.bootloader.tool=avrdude
yun.bootloader.low_fuses=0xff
yun.bootloader.high_fuses=0xd8
yun.bootloader.extended_fuses=0xcb
yun.bootloader.extended_fuses=0xfb
yun.bootloader.file=caterina/Caterina-Yun.hex
yun.bootloader.unlock_bits=0x3F
yun.bootloader.lock_bits=0x2F
Expand Down

0 comments on commit b018e81

Please sign in to comment.