]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
ActiveMessageC supports LPL on IRIS
authormmaroti <mmaroti>
Tue, 10 Mar 2009 18:59:32 +0000 (18:59 +0000)
committermmaroti <mmaroti>
Tue, 10 Mar 2009 18:59:32 +0000 (18:59 +0000)
apps/tutorials/LowPowerSensing/Base/LowPowerSensingBaseAppC.nc
apps/tutorials/LowPowerSensing/Sampler/LowPowerSensingPeriodicSamplerAppC.nc

index 02d466ca066ab822716c88e8a719a662aa8d2a22..3a0b7c166d4ea7e357fc1189c413012bcfdc6fd2 100644 (file)
@@ -76,7 +76,7 @@ implementation {
 #endif
 
 #if defined(PLATFORM_IRIS)
-  components RF2xxActiveMessageC as LPLProvider;
+  components ActiveMessageC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
 }
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