[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/4bitle LinkEstimatorP.nc, 1.7, 1.8

David Gay idgay at users.sourceforge.net
Thu Jul 10 12:01:03 PDT 2008


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

Modified Files:
	LinkEstimatorP.nc 
Log Message:
remove bogus return statement

Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/4bitle/LinkEstimatorP.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LinkEstimatorP.nc	4 Jun 2008 05:45:20 -0000	1.7
--- LinkEstimatorP.nc	10 Jul 2008 19:01:00 -0000	1.8
***************
*** 575,579 ****
    // the user of this component
    event void AMSend.sendDone(message_t* msg, error_t error ) {
!     return signal Send.sendDone(msg, error);
    }
  
--- 575,579 ----
    // the user of this component
    event void AMSend.sendDone(message_t* msg, error_t error ) {
!     signal Send.sendDone(msg, error);
    }
  



More information about the Tinyos-2-commits mailing list