view Makefile @ 12:4b141cc7cbd4

- Reduce type widths where possible. - Add URL for Dallas OWPD kit. - Hide more stuff behind OW_DEBUG.
author darius
date Wed, 01 Sep 2004 17:45:24 +0930
parents 7ed10c59ba06
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"