]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
return 0 by default so the link estimator does not insert the source if there is...
authorgnawali <gnawali>
Tue, 25 Sep 2007 00:54:24 +0000 (00:54 +0000)
committergnawali <gnawali>
Tue, 25 Sep 2007 00:54:24 +0000 (00:54 +0000)
tos/lib/net/ctp/DummyActiveMessageP.nc

index e4cc0f98a35e0b72420e0b440c1e536f8f3bfabe..243f497d11235f1718f494976173b8f641b5e267 100644 (file)
@@ -6,7 +6,7 @@ implementation
 {
 
   async command bool LinkPacketMetadata.highChannelQuality(message_t* msg) {
-    return 1;
+    return 0;
   }
 
 }