]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/sensors/AeroVaneReadC.nc
Enhancements to AeroVaneReadC.
[tinyos-2.x.git] / tos / platforms / tmirws / sensors / AeroVaneReadC.nc
index 1b2fcf2e84d4e919f6a7eecb56a6637f205c8889..5ba23a9f4837351941ad97d293d977a100119df0 100644 (file)
@@ -51,7 +51,7 @@ implementation {
 
   components AnemometerReadC;
   AeroVaneReadP.AnemometerControl -> AnemometerReadC.StdControl;
-  AeroVaneReadP.Count -> AnemometerReadC;
+  AeroVaneReadP.Revolutions -> AnemometerReadC;
 
   components new StateC();
   AeroVaneReadP.State -> StateC;