From a700af1b4dace9490b0e25718a9e99e05d8fae52 Mon Sep 17 00:00:00 2001 From: Adrien Descamps Date: Sun, 31 Jul 2016 11:21:50 +0200 Subject: [PATCH] fix extended fuse bits for ethernet board Forgot to fix ethernet board in previous commit --- hardware/arduino/avr/boards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arduino/avr/boards.txt b/hardware/arduino/avr/boards.txt index ff5c00507..816b5cf9d 100644 --- a/hardware/arduino/avr/boards.txt +++ b/hardware/arduino/avr/boards.txt @@ -491,7 +491,7 @@ ethernet.upload.speed=115200 ethernet.bootloader.tool=avrdude ethernet.bootloader.low_fuses=0xff ethernet.bootloader.high_fuses=0xde -ethernet.bootloader.extended_fuses=0x05 +ethernet.bootloader.extended_fuses=0xFD ethernet.bootloader.file=optiboot/optiboot_atmega328.hex ethernet.bootloader.unlock_bits=0x3F ethernet.bootloader.lock_bits=0x0F