]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
relax white bit a little
authorandreaskoepke <andreaskoepke>
Thu, 4 Sep 2008 16:06:10 +0000 (16:06 +0000)
committerandreaskoepke <andreaskoepke>
Thu, 4 Sep 2008 16:06:10 +0000 (16:06 +0000)
tos/platforms/eyesIFX/WhiteBitAccessorC.nc

index 2696750639067f25a32d62e4a2e9328ca2579045..5bdc6ad33794fe8faa5dd44c2f3bef97667111c7 100644 (file)
@@ -43,7 +43,7 @@ module WhiteBitAccessorC {
 implementation {
     async command bool LinkPacketMetadata.highChannelQuality(message_t* msg) {
         bool res = FALSE;
-        if(getMetadata(msg)->strength > 15) res = TRUE;
+        if(getMetadata(msg)->strength > 13) res = TRUE;
         return res;
     }
 }