Skip to content

Commit 0b89734

Browse files
committed
Fix incorrect Yun extended fuse
1 parent 94282e8 commit 0b89734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/avr/boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ yun.upload.wait_for_upload_port=true
2828
yun.bootloader.tool=avrdude
2929
yun.bootloader.low_fuses=0xff
3030
yun.bootloader.high_fuses=0xd8
31-
yun.bootloader.extended_fuses=0xfb
31+
yun.bootloader.extended_fuses=0xcb
3232
yun.bootloader.file=caterina/Caterina-Yun.hex
3333
yun.bootloader.noblink=caterina/Caterina-Yun-noblink.hex
3434
yun.bootloader.unlock_bits=0xFF

0 commit comments

Comments
 (0)