diff Makefile @ 9:7ed10c59ba06

Supply clock speed via the command line so 1wire-delay.h can use it.
author darius
date Mon, 12 Jul 2004 17:51:20 +0930
parents ee3c9a16099e
children a9d493261c6c
line wrap: on
line diff
--- a/Makefile	Mon Jul 12 17:50:42 2004 +0930
+++ b/Makefile	Mon Jul 12 17:51:20 2004 +0930
@@ -2,6 +2,6 @@
 SRCS=1wire.c testavr.c
 
 PART=8515
-CFLAGS=-Os -g -Wall
+CFLAGS=-Os -g -Wall -DXTAL_CPU=4000000
 
 .include "Makefile.avr"