From 41f68be450e7de019e6fa48c8ee1dcb83f6130d4 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Mon, 8 Nov 2010 18:33:42 +1100 Subject: [PATCH] default to atmega644p for GEN3 out-of-box compatibility --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cae251b..f91d805 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ SOURCES = $(PROGRAM).c serial.c dda.c gcode_parse.c gcode_process.c timer.c temp ############################################################################## #MCU_TARGET = atmega168 -MCU_TARGET = atmega328p -#MCU_TARGET = atmega644p +# MCU_TARGET = atmega328p +MCU_TARGET = atmega644p #MCU_TARGET = atmega1280 F_CPU = 16000000L