view Makefile @ 22:bd792ebf813d

Report the bus being held low back to the caller from OWFirst/Next.
author darius
date Mon, 12 Dec 2005 23:27:40 +1030
parents 108a703c39e6
children 2b0ed085b95b
line wrap: on
line source

#
# $Id$
#

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

MCU=	at90s8515
CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline 
CFLAGS+=-DXTAL_CPU=4000000

.include "Makefile.avr"