Skip to content

Commit

Permalink
Changed Minimus 32 cipset back to atmega32u2
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsperm authored and evilsperm committed Oct 23, 2010
1 parent 9069618 commit f1177a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build_hex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f1177a3

Please sign in to comment.