Extruder: GEN3 and EXTRUDER defined in config, not Makefile

This commit is contained in:
Michael Moon 2011-03-24 10:31:33 +11:00
parent 0dc7d77885
commit 196caff134
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ OBJCOPY = $(ARCH)objcopy
# #
##############################################################################
DEFS = -DF_CPU=$(F_CPU) -DEXTRUDER -DGEN3
DEFS = -DF_CPU=$(F_CPU)
# DEFS += "-DDEBUG=1"
OPTIMIZE = -Os -ffunction-sections -finline-functions-called-once