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

Miklos Maroti mmaroti at users.sourceforge.net
Sun Mar 8 16:24:05 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Test
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18861

Modified Files:
	RF230TestC.nc 
Log Message:
rename everything to support the RF212 

Index: RF230TestC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Test/RF230TestC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RF230TestC.nc	16 May 2008 17:43:48 -0000	1.2
--- RF230TestC.nc	8 Mar 2009 23:24:03 -0000	1.3
***************
*** 38,44 ****
  	RF230TestM.Timer -> TimerMilliC;
  
! 	components RF230LayerC, RF230ActiveMessageC;
  
! 	RF230TestM.RadioState -> RF230LayerC;
! 	RF230TestM.AMSend -> RF230ActiveMessageC;
  }
--- 38,44 ----
  	RF230TestM.Timer -> TimerMilliC;
  
! 	components RF2xxDriverLayerC, RF2xxActiveMessageC;
  
! 	RF230TestM.RadioState -> RF2xxDriverLayerC;
! 	RF230TestM.AMSend -> RF2xxActiveMessageC;
  }



More information about the Tinyos-2-commits mailing list