[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/rf230/RF230Test RF230TestC.nc, 1.1, 1.2

Miklos Maroti mmaroti at users.sourceforge.net
Fri May 16 10:43:50 PDT 2008


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

Modified Files:
	RF230TestC.nc 
Log Message:
rename RF230 specific files to conform the TEP naming conventions

Index: RF230TestC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Test/RF230TestC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RF230TestC.nc	6 Nov 2007 19:41:28 -0000	1.1
--- RF230TestC.nc	16 May 2008 17:43:48 -0000	1.2
***************
*** 38,44 ****
  	RF230TestM.Timer -> TimerMilliC;
  
! 	components RF230LayerC, DefaultMacC;
  
  	RF230TestM.RadioState -> RF230LayerC;
! 	RF230TestM.AMSend -> DefaultMacC;
  }
--- 38,44 ----
  	RF230TestM.Timer -> TimerMilliC;
  
! 	components RF230LayerC, RF230ActiveMessageC;
  
  	RF230TestM.RadioState -> RF230LayerC;
! 	RF230TestM.AMSend -> RF230ActiveMessageC;
  }



More information about the Tinyos-2-commits mailing list