summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
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