From 6b890afca8dcf7b470dd10a2fd76c5dc97fa6061 Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Wed, 27 Nov 2013 19:56:01 +0100 Subject: Move Usbinit, using wdt now make micronucleus more similar to littlewire --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 8213461..95a48e7 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -24,7 +24,7 @@ LOCKOPT = -U lock:w:0x2f:m # - for the size of your device (8kb = 1024 * 8 = 8192) subtract above value 2124... = 6068 # - How many pages in is that? 6068 / 64 (tiny85 page size in bytes) = 94.8125 # - round that down to 94 - our new bootloader address is 94 * 64 = 6016, in hex = 1780 -BOOTLOADER_ADDRESS = 1840 +BOOTLOADER_ADDRESS = 1800 PROGRAMMER = -c USBasp # PROGRAMMER contains AVRDUDE options to address your programmer -- cgit v1.2.3