[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/rf230/RF230Sniffer RF230SnifferC.nc, 1.6, 1.7

Miklos Maroti mmaroti at users.sourceforge.net
Sun Mar 29 14:12:45 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17955

Modified Files:
	RF230SnifferC.nc 
Log Message:
rename IEEE154Packet components to avoid a clash with blip

Index: RF230SnifferC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RF230SnifferC.nc	10 Mar 2009 19:40:50 -0000	1.6
--- RF230SnifferC.nc	29 Mar 2009 21:12:43 -0000	1.7
***************
*** 28,32 ****
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154PacketC, AssertC;
  	
  	RF230SnifferP.Boot -> MainC;
--- 28,32 ----
  implementation
  {
! 	components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154Packet2C, AssertC;
  	
  	RF230SnifferP.Boot -> MainC;
***************
*** 36,40 ****
  	RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
  
! 	RF230ActiveMessageP.IEEE154Packet -> IEEE154PacketC;
  
  	// just to avoid a timer compilation bug
--- 36,40 ----
  	RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
  
! 	RF230ActiveMessageP.IEEE154Packet2 -> IEEE154Packet2C;
  
  	// just to avoid a timer compilation bug



More information about the Tinyos-2-commits mailing list