From: Stephan Baerwolf Date: Sun, 31 Mar 2013 22:35:24 +0000 (+0200) Subject: ATmega2560 passed extensive testing (20MHz) X-Git-Tag: v0.96~1 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/8a827b1fd2ddcca5d27e2a03fe80d8c2e706515e ATmega2560 passed extensive testing (20MHz) Signed-off-by: Stephan Baerwolf --- diff --git a/Makefile.inc b/Makefile.inc index 3aba60e..f5a0a2b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -87,12 +87,6 @@ DEFINES_1281 = #-DEMPTY -FUSEOPT_2560 = $(FUSEOPT_1280) -BOOTLOADER_ADDRESS_2560 = 0x3E000 -DEFINES_2560 = #-DEMPTY - - - FUSEOPT_2561 = $(FUSEOPT_1281) BOOTLOADER_ADDRESS_2561 = 0x3E000 DEFINES_2561 = #-DEMPTY @@ -144,6 +138,12 @@ DEFINES_1284 = #-DEMPTY +FUSEOPT_2560 = $(FUSEOPT_1280) +BOOTLOADER_ADDRESS_2560 = 0x3E000 +DEFINES_2560 = #-DEMPTY + + +