view 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 source

PROG=testavr
SRCS=1wire.c testavr.c

PART=8515
CFLAGS=-Os -g -Wall -DXTAL_CPU=4000000

.include "Makefile.avr"