From 068a3ce53eae4be94377e3e57cdc8a6b4e3c2916 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 16 Mar 2012 14:56:48 +0000 Subject: don't set default values --- firmware/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 935980b..f80d362 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -5,7 +5,6 @@ NOMAN= MCU_TARGET= atmega328p F_CPU= 20000000 -BAUD= 9600 ORG= 0x7e00 # Table 27-13, 4 Pages 265 words * 2 # You should not have to change anything below here. @@ -15,8 +14,7 @@ OBJCOPY= avr-objcopy OBJDUMP= avr-objdump SIZE= avr-size -CFLAGS= -mmcu=${MCU_TARGET} -Wall -Os \ - -DF_CPU=${F_CPU} -DPRESCALE=${PRESCALE} -DBAUD=${BAUD} +CFLAGS= -mmcu=${MCU_TARGET} -Wall -Os -DF_CPU=${F_CPU} LDFLAGS= -mmcu=${MCU_TARGET} \ -Wl,-Map,${PROG}.map,--section-start=.text=${ORG} -- cgit v1.2.3