From 8ad250df7cb573906e00c173e512d539261874de Mon Sep 17 00:00:00 2001 From: smckown Date: Fri, 6 Nov 2009 00:53:44 +0000 Subject: [PATCH] Fix an incorrect comment regarding the dead band check endpoint. --- tos/platforms/tmirws/sensors/WindVaneReadP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- 2.39.2