[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RF230LayerP.nc, 1.16, 1.17
Miklos Maroti
mmaroti at users.sourceforge.net
Thu Jun 5 12:43:30 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1428/tos/chips/rf230
Modified Files:
RF230LayerP.nc
Log Message:
update RF230Sniffer to the new interfaces
Index: RF230LayerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230/RF230LayerP.nc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** RF230LayerP.nc 29 May 2008 19:03:04 -0000 1.16
--- RF230LayerP.nc 5 Jun 2008 19:43:21 -0000 1.17
***************
*** 599,603 ****
call DiagMsg.str("rx");
! call DiagMsg.uint32(call PacketTimeStamp.isSet(rxMsg) ? call PacketTimeStamp.get(rxMsg) : 0);
call DiagMsg.uint16(call RadioAlarm.getNow());
call DiagMsg.uint8(crc != 0);
--- 599,603 ----
call DiagMsg.str("rx");
! call DiagMsg.uint32(call PacketTimeStamp.isValid(rxMsg) ? call PacketTimeStamp.timestamp(rxMsg) : 0);
call DiagMsg.uint16(call RadioAlarm.getNow());
call DiagMsg.uint8(crc != 0);
More information about the Tinyos-2-commits
mailing list