]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/micaz/DemoSensorNowC.nc
fix uin16_t alignment bug for the msp430
[tinyos-2.x.git] / tos / platforms / micaz / DemoSensorNowC.nc
index 47b2ad1d1bb0ef2c5bf60d7748400c996af58545..4e12bc93201a031ca991714a00df14ca5442e575 100644 (file)
@@ -20,7 +20,7 @@ generic configuration DemoSensorNowC()
   provides interface ReadNow<uint16_t>;
 }
 implementation {
-  components new AdcReadNowClientC() as Sensor;
+  components new VoltageNowC() as Sensor;
 
   Resource = Sensor;
   ReadNow = Sensor;