comparison 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
comparison
equal deleted inserted replaced
8:f9a085a0ba93 9:7ed10c59ba06
1 PROG=testavr 1 PROG=testavr
2 SRCS=1wire.c testavr.c 2 SRCS=1wire.c testavr.c
3 3
4 PART=8515 4 PART=8515
5 CFLAGS=-Os -g -Wall 5 CFLAGS=-Os -g -Wall -DXTAL_CPU=4000000
6 6
7 .include "Makefile.avr" 7 .include "Makefile.avr"