X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FWindVaneReadC.nc;h=98c1bfeb0132bf1501ca8e9cd7851825d0081cc3;hb=c9c913f02451e45b41c74dec562d35f21a2960a5;hp=732db2640d909bfe931c1d43de9971ff93c7f77f;hpb=a089a3cf9f05aca71a5e22a667c09d9740c2ba94;p=tinyos-2.x.git diff --git a/tos/platforms/tmirws/sensors/WindVaneReadC.nc b/tos/platforms/tmirws/sensors/WindVaneReadC.nc index 732db264..98c1bfeb 100644 --- a/tos/platforms/tmirws/sensors/WindVaneReadC.nc +++ b/tos/platforms/tmirws/sensors/WindVaneReadC.nc @@ -53,9 +53,6 @@ implementation { WindVaneReadP.WPower -> HalWindVaneC.WPower; WindVaneReadP.WDead -> HalWindVaneC.WDead; - components new AverageAngleC(SAMPLES_PER_READ); - WindVaneReadP.Average -> AverageAngleC; - components new StateC(); WindVaneReadP.State -> StateC; }