diff options
author | Adrien Descamps <descampsa@users.noreply.github.com> | 2016-07-31 11:21:50 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2017-03-07 12:25:54 +0100 |
commit | 7486021e9326d5f592812a877a4d1fb2accbce47 (patch) | |
tree | cd02fca72da5eb12b42cb59e4ce4cd92b593b582 /boards.txt | |
parent | c86587a21ad671c4f0ad9eff628f958cb9014a0d (diff) |
fix extended fuse bits for ethernet board
Forgot to fix ethernet board in previous commit
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |