[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avrisp.extra, 1.7, 1.8
Janos Sallai
sallai at users.sourceforge.net
Mon Sep 22 08:41:40 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22970
Modified Files:
avrisp.extra
Log Message:
fixed a typo
Index: avrisp.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avrisp.extra,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** avrisp.extra 18 Jun 2008 20:22:51 -0000 1.7
--- avrisp.extra 22 Sep 2008 15:41:35 -0000 1.8
***************
*** 14,18 ****
endif
endif
! PROGRAMMER_FLAGS = -cstk500 -P$(MIB510) -U hfuse:w:$(AVR_FUSE_H):m $(PROGRAMMER_PART) $(PROGRAMMER_EXTRA_FLAGS) $(PROGRAMMER_EXTRA_FLAGS_AVRISP)
PROGRAMMER_INSTALL_SREC_FLAGS = -U flash:w:$(INSTALL_SREC):a
PROGRAMMER_INSTALL_BOOTLOADER_FLAGS = -V -D -U flash:w:$(BOOTLOADER_IMG):a
--- 14,18 ----
endif
endif
! PROGRAMMER_FLAGS = -cstk500 -P$(AVRISP) -U hfuse:w:$(AVR_FUSE_H):m $(PROGRAMMER_PART) $(PROGRAMMER_EXTRA_FLAGS) $(PROGRAMMER_EXTRA_FLAGS_AVRISP)
PROGRAMMER_INSTALL_SREC_FLAGS = -U flash:w:$(INSTALL_SREC):a
PROGRAMMER_INSTALL_BOOTLOADER_FLAGS = -V -D -U flash:w:$(BOOTLOADER_IMG):a
More information about the Tinyos-2-commits
mailing list