X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fdip%2FDipLogicP.nc;h=132e1450b49debf9196490de2529bd4ea502b770;hp=8b36f8cd459035b07950874d49f355a5871797d0;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/net/dip/DipLogicP.nc b/tos/lib/net/dip/DipLogicP.nc index 8b36f8cd..132e1450 100644 --- a/tos/lib/net/dip/DipLogicP.nc +++ b/tos/lib/net/dip/DipLogicP.nc @@ -69,7 +69,9 @@ implementation { dbg("DipLogicP","App notified key %x is new\n", key); i = call DipHelp.keyToIndex(key); +#ifndef DIP_JOINTEST estimates[i] = DIP_DATA_ESTIMATE; +#endif call VersionUpdate.change[key](val); call DipTrickleTimer.reset(); }