]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - Makefile
* avr/z80.asm:
[avrcpm.git] / Makefile
index 1d0d5c31ba84e6cf9f3a1ff9741899894801464f..cc3eaf11fb8e441a34f2cfbfd0b13fccf13334b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,14 +6,15 @@
 MCU = atmega328P
 #F_CPU = 24576000
 F_CPU = 20000000
-BAUD = 115200
-DRAM_DQ_ORDER = 1
+#BAUD = 19200
+BAUD = 57600
+#BAUD = 115200
 
 TARGET = z80
 ASRC = z80.asm
 
 # Place -D or -U options here
-CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU) -DDRAM_DQ_ORDER=$(DRAM_DQ_ORDER)
+CDEFS = -DF_CPU=$(F_CPU) -DBAUD=$(BAUD) -D$(MCU)
 
 WINEPATH = C:/Programme/Atmel/AVR\ Tools/AvrAssembler2
 DEFS = $(WINEPATH)/Appnotes