From: smckown Date: Fri, 6 Nov 2009 00:53:44 +0000 (+0000) Subject: Fix an incorrect comment regarding the dead band check endpoint. X-Git-Tag: release/2.1.0-2~18 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=8ad250df7cb573906e00c173e512d539261874de Fix an incorrect comment regarding the dead band check endpoint. --- diff --git a/tos/platforms/tmirws/sensors/WindVaneReadP.nc b/tos/platforms/tmirws/sensors/WindVaneReadP.nc index 69d97c97..3b10041c 100644 --- a/tos/platforms/tmirws/sensors/WindVaneReadP.nc +++ b/tos/platforms/tmirws/sensors/WindVaneReadP.nc @@ -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 */ };