summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-05-03 15:38:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-05-03 15:38:56 +0200
commitacc937075572625da5593983be5d4567ff6d4892 (patch)
tree7ad05c2db262e57250a59780545f482dcbb69b3a /defines.mk
parentfixed Repo change @ Readme (diff)
moved to at90usb1286 for rhmixxx
Diffstat (limited to 'defines.mk')
-rw-r--r--defines.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.mk b/defines.mk
index e0f264c..cf3a8d2 100644
--- a/defines.mk
+++ b/defines.mk
@@ -121,7 +121,7 @@ ifeq ($(BOARD_TYPE),teenstep)
LUFA_BOARD = NONE
endif
ifeq ($(BOARD_TYPE),rhmixxx)
- MCU := at90usb647
+ MCU := at90usb1286
ARCH = AVR8
F_CPU := 16000000
F_USB = $(F_CPU)