gixed build rule for flashing bootloader.

This commit is contained in:
Martin Preuss
2023-05-10 21:10:17 +02:00
parent 45a63ad70b
commit c6e013fdcf

2
0BUILD
View File

@@ -151,7 +151,7 @@
</output> </output>
<cmd tool="$(avrdude)" checkDates="FALSE" > <cmd tool="$(avrdude)" checkDates="FALSE" >
-p t84 -c stk500 -P /dev/ttyACM0 -B16 -U hfuse:w:0xD7:m -U efuse:w:0xFE:m -U flash:w:avr/att84_base.hex -p t84 -c stk500 -P /dev/ttyACM0 -B16 -U hfuse:w:0xD7:m -U efuse:w:0xFE:m -U flash:w:avr/att84_bootloader.hex
</cmd> </cmd>
<buildMessage> <buildMessage>