X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2F4bitle%2FLinkEstimator.nc;h=475fd9c6df0174f456bd409e144fc502524571ef;hb=731234fa193fbcc7207469e30e696f0eb22747eb;hp=7dea89e8e916d41327a463165a99beb938d32394;hpb=89852a0608cecc887ff3833528276cb90032783d;p=tinyos-2.x.git diff --git a/tos/lib/net/4bitle/LinkEstimator.nc b/tos/lib/net/4bitle/LinkEstimator.nc index 7dea89e8..475fd9c6 100644 --- a/tos/lib/net/4bitle/LinkEstimator.nc +++ b/tos/lib/net/4bitle/LinkEstimator.nc @@ -35,7 +35,7 @@ interface LinkEstimator { /* get link quality for link to the neighbor */ - command uint8_t getLinkQuality(uint16_t neighbor); + command uint16_t getLinkQuality(uint16_t neighbor); /* insert this neighbor into the neighbor table */ command error_t insertNeighbor(am_addr_t neighbor);