From f1177a37725c5d383bbbf29bde88d7f7988bb431 Mon Sep 17 00:00:00 2001 From: evilsperm Date: Sat, 23 Oct 2010 13:01:59 -0400 Subject: [PATCH] Changed Minimus 32 cipset back to atmega32u2 --- Makefile | 2 +- build_hex.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d25cab3..33bb8d0 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ FIRMWARE_VERSION = 3_41 ## Minimus 32 ## It actually is atmega32u2 but at90usb162 is compatible and ## the latest avr-gcc doesn't compile for atmega32u2 -#MCU = at90usb162 +#MCU = atmega32u2 #BOARD = MINIMUS #F_CPU = 16000000 diff --git a/build_hex.sh b/build_hex.sh index f2e4cbf..9751d11 100755 --- a/build_hex.sh +++ b/build_hex.sh @@ -57,7 +57,7 @@ board[$minimus1]=MINIMUS mhz_clock[$minimus1]=16 name[$minimus1]="Minimus v1" -mcu[$minimus32]=at90usb162 +mcu[$minimus32]=atmega32u2 board[$minimus32]=MINIMUS mhz_clock[$minimus32]=16 name[$minimus32]="Minimus 32"