1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-06-29 00:08:35 +03:00

atusb/fw/Makefile (prog): corrected boot loader size in hfuse

This commit is contained in:
Werner Almesberger 2011-03-11 16:23:42 -03:00
parent edfb8a94eb
commit e29046d19b

View File

@ -130,7 +130,7 @@ prog:
ssh $(HOST) avrdude -F -p $(CHIP) -c nanonote_atusb -e \
-U flash:w:boot.hex:i \
-U lfuse:w:0x60:m \
-U hfuse:w:0xde:m \
-U hfuse:w:0xd8:m \
-U lock:w:0x2f:m
on: