mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
boards.txt: fixed wrong extended fuses when using external programmer with a yun
This commit is contained in:
parent
92a67209ed
commit
e745ed988f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user