view Makefile @ 15:0940abdf2b9d

- Add LED commands. - Fix backspace/delete.
author darius
date Sat, 17 Sep 2005 18:10:33 +0930
parents a9d493261c6c
children 108a703c39e6
line wrap: on
line source

#
# $Id$
#

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

PART=	8515
CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline 
CFLAGS+=-DXTAL_CPU=4000000

.include "Makefile.avr"