summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
authorLeo C2014-08-24 23:22:58 +0200
committerLeo C2014-08-24 23:22:58 +0200
commitf14850dbf6369dc42df913c407bda51efb1c620c (patch)
treeac6a860b10132e7b48234834d7d48b39a2994ae3 /avr/Tupfile
parent35e9ec0c03a150e3fe6a3350549573e4c02be67b (diff)
downloadz180-stamp-f14850dbf6369dc42df913c407bda51efb1c620c.zip
use env var 'baudrate'
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