]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix an incorrect comment regarding the dead band check endpoint.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Fri, 6 Nov 2009 00:53:44 +0000 (00:53 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:01:48 +0000 (20:01 -0700)
tos/platforms/tmirws/sensors/WindVaneReadP.nc

index 69d97c978c23d8abd97fd8fa555802f02bcc49df..3b10041ca4437a862b6108acdb1b22776733fd16 100644 (file)
@@ -65,7 +65,7 @@ implementation
      * the extra logic.
      */
     DEAD_BEGIN = 6000,         /* 4 12-bit ADC readings; about 120 degrees */
-    DEAD_END = 10000,          /* About 198 degrees */
+    DEAD_END = 10000,          /* About 220 degrees */
     DEAD_THRESH = 14472,       /* > when checking means in dead zone */
   };