[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris ActiveMessageC.nc, 1.4, 1.5

Miklos Maroti mmaroti at users.sourceforge.net
Thu Apr 24 14:15:53 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26030/tos/platforms/iris

Modified Files:
	ActiveMessageC.nc 
Log Message:
Do the propoer LPL selection on IRIS for the AntiTheft app

Index: ActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/ActiveMessageC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ActiveMessageC.nc	29 Mar 2008 20:10:33 -0000	1.4
--- ActiveMessageC.nc	24 Apr 2008 21:15:51 -0000	1.5
***************
*** 37,40 ****
--- 37,41 ----
  		interface PacketField<uint8_t> as PacketLinkQuality;
  		interface PacketTimeStamp<TMicro, uint16_t>;
+ 		interface LowPowerListening;
  		interface PacketLastTouch;
  	}
***************
*** 56,58 ****
--- 57,60 ----
  	PacketTimeStamp = MAC;
  	PacketLastTouch = MAC;
+ 	LowPowerListening = MAC;
  }



More information about the Tinyos-2-commits mailing list