]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/micaz/DemoSensorC.nc
fix uin16_t alignment bug for the msp430
[tinyos-2.x.git] / tos / platforms / micaz / DemoSensorC.nc
index 28959a20dfaed1719acd4384eea732363f6b6316..05bae197ffbf1ba6f46e53ec652bfdbbfc504d84 100644 (file)
@@ -22,7 +22,7 @@ generic configuration DemoSensorC()
 }
 implementation
 {
-  components new SineSensorC() as DemoChannel;
+  components new VoltageC() as DemoChannel;
 
   Read = DemoChannel;
 }