]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Base/LowPowerSensingBaseAppC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Base / LowPowerSensingBaseAppC.nc
index 7b8aa0669ef448948d2c8ef71f71aaa0e0f982e8..3a0b7c166d4ea7e357fc1189c413012bcfdc6fd2 100644 (file)
@@ -76,7 +76,7 @@ implementation {
 #endif
 
 #if defined(PLATFORM_IRIS)
-  components RF230ActiveMessageC as LPLProvider;
+  components ActiveMessageC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
 }