diff options
author | Alexander Entinger <consulting@lxrobotics.com> | 2019-09-16 11:34:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-16 11:34:13 +0200 |
commit | 371897011d2242d2b0deb3b44d9477714a5b870b (patch) | |
tree | e5d46358ab1da2030f14bd4c936dfc1865d45c22 | |
parent | 786e405d54ab2151df3725366db8794b66086587 (diff) | |
parent | d908f32489ae8eff37484b4b51cb5b36add7ed12 (diff) |
Merge pull request #99 from gigoh/fix-bootloader-path
Correct yunmini.bootloader.file on boards.txt
-rw-r--r-- | boards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -946,7 +946,7 @@ yunmini.bootloader.tool=avrdude yunmini.bootloader.low_fuses=0xff yunmini.bootloader.high_fuses=0xd8 yunmini.bootloader.extended_fuses=0xfb -yunmini.bootloader.file=caterina/Caterina-Yunmini.hex +yunmini.bootloader.file=caterina/Caterina-YunMini.hex yunmini.bootloader.unlock_bits=0x3F yunmini.bootloader.lock_bits=0x2F |