[Tinyos-2-commits]
CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestPacketLinkC
TestPacketLinkP.nc, 1.1, 1.2
David Moss
mossmoss at users.sourceforge.net
Mon Sep 17 13:27:58 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestPacketLinkC
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22343
Modified Files:
TestPacketLinkP.nc
Log Message:
Updated to be compatible with new send/receive interfaces
Index: TestPacketLinkP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestPacketLinkC/TestPacketLinkP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestPacketLinkP.nc 22 Jul 2007 05:31:53 -0000 1.1
--- TestPacketLinkP.nc 17 Sep 2007 20:27:51 -0000 1.2
***************
*** 233,237 ****
}
! command void *SubSend.getPayload(message_t* msg) {
return msg->data;
}
--- 233,237 ----
}
! command void *SubSend.getPayload(message_t* msg, uint8_t len) {
return msg->data;
}
More information about the Tinyos-2-commits
mailing list