X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2Fsensors%2FWindVaneReadC.nc;h=98c1bfeb0132bf1501ca8e9cd7851825d0081cc3;hp=732db2640d909bfe931c1d43de9971ff93c7f77f;hb=c9c913f02451e45b41c74dec562d35f21a2960a5;hpb=e7cff086d70a6cd44c0c7ba21e83a92d52e5e0bf 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; }