[Tinyos-2-commits]
CVS: tinyos-2.x/tos/chips/cc2420 CC2420Packet.nc, 1.4,
1.5 CC2420PacketC.nc, 1.4, 1.5
Jonathan Hui
jwhui at users.sourceforge.net
Tue Jan 16 08:16:53 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10375
Modified Files:
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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CC2420Packet.nc 12 Dec 2006 18:23:05 -0000 1.4
--- CC2420Packet.nc 16 Jan 2007 16:16:51 -0000 1.5
***************
*** 35,38 ****
--- 35,40 ----
*/
+ #include "message.h"
+
interface CC2420Packet {
Index: CC2420PacketC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/CC2420PacketC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CC2420PacketC.nc 12 Dec 2006 18:23:05 -0000 1.4
--- CC2420PacketC.nc 16 Jan 2007 16:16:51 -0000 1.5
***************
*** 35,38 ****
--- 35,40 ----
*/
+ #include "IEEE802154.h"
+
module CC2420PacketC {
More information about the Tinyos-2-commits
mailing list