[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.1.2.6, 1.1.2.7

David Gay idgay at users.sourceforge.net
Mon Oct 30 10:20:56 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10257

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	avr.rules 
Log Message:
remove unused preprocessor symbol


Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** avr.rules	2 Feb 2006 18:39:09 -0000	1.1.2.6
--- avr.rules	30 Oct 2006 18:20:54 -0000	1.1.2.7
***************
*** 39,43 ****
  VOLUMEFILE = volumes-at45db.xml
  
! PFLAGS += -Wall -Wshadow -DDEF_TOS_AM_GROUP=$(DEFAULT_LOCAL_GROUP) $(NESC_FLAGS)
  PFLAGS += -target=$(PLATFORM) -fnesc-cfile=$(BUILDDIR)/app.c -board=$(SENSORBOARD)
  ifdef MSG_SIZE
--- 39,43 ----
  VOLUMEFILE = volumes-at45db.xml
  
! PFLAGS += -Wall -Wshadow $(NESC_FLAGS)
  PFLAGS += -target=$(PLATFORM) -fnesc-cfile=$(BUILDDIR)/app.c -board=$(SENSORBOARD)
  ifdef MSG_SIZE



More information about the Tinyos-2-commits mailing list