[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/rf230 RF230ActiveMessageP.nc, 1.1, 1.2

Miklos Maroti mmaroti at users.sourceforge.net
Tue Mar 10 13:41:38 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf2xx/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25890

Modified Files:
	RF230ActiveMessageP.nc 
Log Message:
moving files from rf230 to rf2xx, prepare the support of rf212

Index: RF230ActiveMessageP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf2xx/rf230/RF230ActiveMessageP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RF230ActiveMessageP.nc	10 Mar 2009 20:37:58 -0000	1.1
--- RF230ActiveMessageP.nc	10 Mar 2009 20:41:36 -0000	1.2
***************
*** 269,273 ****
  	async command uint8_t SlottedCollisionConfig.getScheduleExponent()
  	{
! 		return 11;
  	}
  
--- 269,273 ----
  	async command uint8_t SlottedCollisionConfig.getScheduleExponent()
  	{
! 		return 1 + RADIO_ALARM_MILLI_EXP;
  	}
  



More information about the Tinyos-2-commits mailing list