[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


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 {
  



More information about the Tinyos-2-commits mailing list