Fix hasu usb converter bootloader (#8613)
This commit is contained in:
parent
9acd5e04d5
commit
1592d7df24
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
# Processor frequency
|
# Processor frequency
|
||||||
F_CPU = 16000000
|
F_CPU = 16000000
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = atmel-dfu
|
||||||
|
|
Loading…
Reference in a new issue