[Tinyos-2-commits]
CVS: tinyos-2.x/tos/chips/cc2420 CC2420Packet.nc, 1.1.2.3,
1.1.2.4 CC2420PacketC.nc, 1.1.2.3, 1.1.2.4
Jonathan Hui
jwhui at users.sourceforge.net
Tue Jan 16 08:00:31 PST 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpDebugMsg.h,
1.2, 1.3 CtpForwardingEngineP.nc, 1.5, 1.6 CtpP.nc, 1.2,
1.3 CtpRoutingEngineP.nc, 1.4, 1.5
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/chips/cc2420 CC2420Packet.nc, 1.4,
1.5 CC2420PacketC.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2779
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
CC2420Packet.nc CC2420PacketC.nc
Log Message:
Missing includes as noted by Chad Metcalf.
Index: CC2420Packet.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/CC2420Packet.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** CC2420Packet.nc 7 Nov 2006 23:15:01 -0000 1.1.2.3
--- CC2420Packet.nc 16 Jan 2007 16:00:25 -0000 1.1.2.4
***************
*** 35,38 ****
--- 35,40 ----
*/
+ #include "message_t.h"
+
interface CC2420Packet {
Index: CC2420PacketC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/CC2420PacketC.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** CC2420PacketC.nc 7 Nov 2006 23:15:01 -0000 1.1.2.3
--- CC2420PacketC.nc 16 Jan 2007 16:00:25 -0000 1.1.2.4
***************
*** 35,38 ****
--- 35,40 ----
*/
+ #include "IEEE802154.h"
+
module CC2420PacketC {
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpDebugMsg.h,
1.2, 1.3 CtpForwardingEngineP.nc, 1.5, 1.6 CtpP.nc, 1.2,
1.3 CtpRoutingEngineP.nc, 1.4, 1.5
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/chips/cc2420 CC2420Packet.nc, 1.4,
1.5 CC2420PacketC.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list