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

Omprakash Gnawali gnawali at users.sourceforge.net
Wed Sep 19 08:05:06 PDT 2007


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

Modified Files:
	LinkEstimatorP.nc 
Log Message:
bug fix: change the type of my_ll_addr from uint8_t to am_addr_t

Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le/LinkEstimatorP.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LinkEstimatorP.nc	13 Sep 2007 23:10:18 -0000	1.7
--- LinkEstimatorP.nc	19 Sep 2007 15:05:03 -0000	1.8
***************
*** 658,662 ****
  	footer = (linkest_footer_t*) (payloadEnd - (num_entries*sizeof(linkest_footer_t)));
  	{
! 	  uint8_t i, my_ll_addr;
  	  my_ll_addr = call SubAMPacket.address();
  	  for (i = 0; i < num_entries; i++) {
--- 658,663 ----
  	footer = (linkest_footer_t*) (payloadEnd - (num_entries*sizeof(linkest_footer_t)));
  	{
! 	  uint8_t i;
! 	  am_addr_t my_ll_addr;
  	  my_ll_addr = call SubAMPacket.address();
  	  for (i = 0; i < num_entries; i++) {



More information about the Tinyos-2-commits mailing list