[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/le LinkEstimatorP.nc, 1.1.2.7, 1.1.2.8

Phil Levis scipio at users.sourceforge.net
Tue Oct 31 18:21:52 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29022/le

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	LinkEstimatorP.nc 
Log Message:
Fix link estimator return value.


Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le/Attic/LinkEstimatorP.nc,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** LinkEstimatorP.nc	1 Nov 2006 02:17:54 -0000	1.1.2.7
--- LinkEstimatorP.nc	1 Nov 2006 02:21:50 -0000	1.1.2.8
***************
*** 596,599 ****
--- 596,600 ----
      ne->data_total = 0;
      ne->data_success = 0;
+     return SUCCESS;
    }
  



More information about the Tinyos-2-commits mailing list