From e29046d19b8641b0b7a190e97420c1069d18783c Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 11 Mar 2011 16:23:42 -0300 Subject: [PATCH] atusb/fw/Makefile (prog): corrected boot loader size in hfuse --- atusb/fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atusb/fw/Makefile b/atusb/fw/Makefile index 81c755d..3db92ef 100644 --- a/atusb/fw/Makefile +++ b/atusb/fw/Makefile @@ -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: