]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Sampler/LowPowerSensingPeriodicSamplerAppC.nc
ActiveMessageC supports LPL on IRIS
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Sampler / LowPowerSensingPeriodicSamplerAppC.nc
index 8d35df6f498364ee16eb6b7718d0bd552e0a7a2c..e282723997e67839facf6014fa663ad9a10f0ec6 100644 (file)
@@ -71,7 +71,7 @@ implementation {
 #endif
 
 #if defined(PLATFORM_IRIS)
-  components RF2xxActiveMessageC as LPLProvider;
+  components ActiveMessageC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif