[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/rf230/RadioCountToDiag Makefile, 1.1, 1.2

Janos Sallai sallai at users.sourceforge.net
Tue Jun 17 10:28:23 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RadioCountToDiag
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19362/RadioCountToDiag

Modified Files:
	Makefile 
Log Message:
fixed a typo

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RadioCountToDiag/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	7 May 2008 20:42:45 -0000	1.1
--- Makefile	17 Jun 2008 17:28:18 -0000	1.2
***************
*** 1,5 ****
  COMPONENT=RadioCountToDiagC
  CFLAGS += -I$(TOSDIR)/lib/diagmsg
! CFLAGS += -DCC240_DEF_CHANNEL=11
  CFLAGS += -DRF230_DEF_CHANNEL=11
  CFLAGS += -DTASKLET_IS_TASK
--- 1,5 ----
  COMPONENT=RadioCountToDiagC
  CFLAGS += -I$(TOSDIR)/lib/diagmsg
! CFLAGS += -DCC2420_DEF_CHANNEL=11
  CFLAGS += -DRF230_DEF_CHANNEL=11
  CFLAGS += -DTASKLET_IS_TASK



More information about the Tinyos-2-commits mailing list