[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RF230LayerP.nc, 1.6, 1.7

Miklos Maroti mmaroti at users.sourceforge.net
Wed Apr 30 10:01:33 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20967

Modified Files:
	RF230LayerP.nc 
Log Message:
Remove TODO comments because of the SPI change it is no longer relevant

Index: RF230LayerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230/RF230LayerP.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RF230LayerP.nc	24 Apr 2008 22:31:25 -0000	1.6
--- RF230LayerP.nc	30 Apr 2008 17:01:31 -0000	1.7
***************
*** 236,240 ****
  	event void SpiResource.granted()
  	{
- 		// TODO: this should not be here, see my comment in HplRF230C.nc
  		call SELN.makeOutput();
  		call SELN.set();
--- 236,239 ----
***************
*** 256,260 ****
  		if( call SpiResource.immediateRequest() == SUCCESS )
  		{
- 			// TODO: this should not be here, see my comment in HplRF230C.nc
  			call SELN.makeOutput();
  			call SELN.set();
--- 255,258 ----



More information about the Tinyos-2-commits mailing list