[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/rf230 RF230DriverLayerP.nc, 1.7, 1.8 RF230Ieee154MessageC.nc, 1.3, 1.4
Miklos Maroti
mmaroti at users.sourceforge.net
Fri May 8 07:42:23 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf2xx/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7469/rf230
Modified Files:
RF230DriverLayerP.nc RF230Ieee154MessageC.nc
Log Message:
Apply bug fixes related to BLIP submitted by Lars Schor
Index: RF230DriverLayerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf2xx/rf230/RF230DriverLayerP.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** RF230DriverLayerP.nc 9 Apr 2009 21:26:40 -0000 1.7
--- RF230DriverLayerP.nc 8 May 2009 14:42:21 -0000 1.8
***************
*** 504,511 ****
*(timesync_relative_t*)timesync = (*(timesync_absolute_t*)timesync) - time32;
! do {
call FastSpiByte.splitReadWrite(*(data++));
- }
- while( --length != 0 );
// wait for the SPI transfer to finish
--- 504,509 ----
*(timesync_relative_t*)timesync = (*(timesync_absolute_t*)timesync) - time32;
! while( length-- != 0 )
call FastSpiByte.splitReadWrite(*(data++));
// wait for the SPI transfer to finish
Index: RF230Ieee154MessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf2xx/rf230/RF230Ieee154MessageC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RF230Ieee154MessageC.nc 10 Apr 2009 08:33:20 -0000 1.3
--- RF230Ieee154MessageC.nc 8 May 2009 14:42:21 -0000 1.4
***************
*** 111,115 ****
MessageBufferLayerC.RadioSend -> CollisionAvoidanceLayerC;
MessageBufferLayerC.RadioReceive -> UniqueLayerC;
! MessageBufferLayerC.RadioState -> CollisionAvoidanceLayerC;
RadioChannel = MessageBufferLayerC;
--- 111,115 ----
MessageBufferLayerC.RadioSend -> CollisionAvoidanceLayerC;
MessageBufferLayerC.RadioReceive -> UniqueLayerC;
! MessageBufferLayerC.RadioState -> RF230DriverLayerC;
RadioChannel = MessageBufferLayerC;
More information about the Tinyos-2-commits
mailing list