]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/MViz/MVizC.nc
bug fix: proper sending of end-to-end etx to BS
[tinyos-2.x.git] / apps / MViz / MVizC.nc
index 30eb44720af2a80ec772fa704cb32e731f549d7a..f62a26cbf66e2aa29ba398294b09fe2f4cd27703 100644 (file)
@@ -218,7 +218,7 @@ implementation {
     }
     local.reading = data;
     call CtpInfo.getEtx(&val);
-    local.link_route_value = val;
+    local.etx = val;
     call CtpInfo.getParent(&val);
     local.link_route_addr = val;
     local.link_route_value = call LinkEstimator.getLinkQuality(local.link_route_addr);