]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/le/LinkEstimatorP.nc
bug fix: change the type of my_ll_addr from uint8_t to am_addr_t
[tinyos-2.x.git] / tos / lib / net / le / LinkEstimatorP.nc
index 3689b407e723d869d15d0746f2d07c4b7029d21e..43b75f7066947ed05dfeeee9d785b0704cdee317 100644 (file)
@@ -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,