]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/DummyActiveMessageP.nc
return 0 by default so the link estimator does not insert the source if there is...
[tinyos-2.x.git] / 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;
   }
 
 }