From 577488e08517172c1e926b6f3fb15a4ca9f6633f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 13 Mar 2011 23:50:49 +0000 Subject: admux --- kernel/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kernel/Makefile') diff --git a/kernel/Makefile b/kernel/Makefile index 3ef5bc3..0807a73 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -10,7 +10,6 @@ STACK = 64 TASKS = 8 SEMAPHORES = 8 BAUD = 9600 -ADCPRESCALE = 16 # You should not have to change anything below here. @@ -21,8 +20,7 @@ SIZE = avr-size OBJS = ${SRCS:.c=.o} CFLAGS = -Wall -Os -mmcu=${MCU_TARGET} \ -DF_CPU=${F_CPU} -DPRESCALE=${PRESCALE} -DBAUD=${BAUD} \ - -DSTACK=${STACK} -DTASKS=${TASKS} -DSEMAPHORES=${SEMAPHORES} \ - -DADCPRESCALE=${ADCPRESCALE} + -DSTACK=${STACK} -DTASKS=${TASKS} -DSEMAPHORES=${SEMAPHORES} LDFLAGS = -Wl,-Map,${PROG}.map .SUFFIXES: .elf .lst .hex .bin .srec .ehex .ebin .esrec -- cgit v1.2.3