summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
Diffstat (limited to 'avr/Tupfile')
-rw-r--r--avr/Tupfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/Tupfile b/avr/Tupfile
index d0bed48..61cb577 100644
--- a/avr/Tupfile
+++ b/avr/Tupfile
@@ -14,7 +14,7 @@ SRC_Z = ../z180/hdrom.c
MCU_TARGET = atmega1281
F_CPU = 18432000UL
-DEFS = -DF_CPU=$(F_CPU) -DBAUD=115200UL
+DEFS = -DF_CPU=$(F_CPU)
INCLUDES += -I$(TOP)/include