Mercurial > ~darius > hgwebdir.cgi > avr
view Makefile @ 26:350e8655cbb7
- Remove some #if'd out code.
- Use STRING_DESCRIPTOR types instead of rolling one for each type of
string.
- Fix comment typo.
author | darius |
---|---|
date | Tue, 13 Dec 2005 10:53:48 +1030 |
parents | 2b0ed085b95b |
children | e40e919721b0 |
line wrap: on
line source
# # $Id$ # PROG= testavr SRCS= 1wire.c testavr.c usb.c MCU= atmega32 PART= m32 CFLAGS+=-O2 -g -Wall -Wunreachable-code CFLAGS+=-DF_CPU=16000000 #CFLAGS+= -mcall-prologues -frename-registers -fstrict-aliasing -fnew-ra .include "Makefile.avr"