From: gnawali Date: Wed, 19 Sep 2007 15:05:03 +0000 (+0000) Subject: bug fix: change the type of my_ll_addr from uint8_t to am_addr_t X-Git-Tag: release_tinyos_2_1_0_0~727 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=415ebccab12ebba509619fa679be7600f034df48 bug fix: change the type of my_ll_addr from uint8_t to am_addr_t --- diff --git a/tos/lib/net/le/LinkEstimatorP.nc b/tos/lib/net/le/LinkEstimatorP.nc index 3689b407..43b75f70 100644 --- a/tos/lib/net/le/LinkEstimatorP.nc +++ b/tos/lib/net/le/LinkEstimatorP.nc @@ -657,7 +657,8 @@ implementation { footer = (linkest_footer_t*) (payloadEnd - (num_entries*sizeof(linkest_footer_t))); { - uint8_t i, my_ll_addr; + uint8_t i; + am_addr_t my_ll_addr; my_ll_addr = call SubAMPacket.address(); for (i = 0; i < num_entries; i++) { dbg("LI", "%d %d %d\n", i, footer->neighborList[i].ll_addr,