summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
authorLeo C2014-07-27 23:23:07 +0200
committerLeo C2014-07-27 23:23:07 +0200
commit9b6b4b31e8cb284ad6a68fe16d458e36bbfb46fa (patch)
tree545e7cd4701667adcd0ecbd9a896fc59e3f4a413 /avr/Tupfile
parent762a42ef835d3692bf0d9bea19f5cfd9cb673a33 (diff)
downloadz180-stamp-9b6b4b31e8cb284ad6a68fe16d458e36bbfb46fa.zip
First real hardware test.
Diffstat (limited to 'avr/Tupfile')
-rw-r--r--avr/Tupfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/avr/Tupfile b/avr/Tupfile
index b43a822..a90b7b5 100644
--- a/avr/Tupfile
+++ b/avr/Tupfile
@@ -6,8 +6,8 @@ SRC_Z = ../z180/hdrom.c
#TARGETS = $(PROG).elf
MCU_TARGET = atmega1281
-F_CPU = 16000000UL
-DEFS = -DF_CPU=$(F_CPU) -DBAUD=115200
+F_CPU = 18432000UL
+DEFS = -DF_CPU=$(F_CPU) -DBAUD=115200UL
INCLUDES += ../z180