]> 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 4dfd95816ce2d8f77e9f9834c1257051e55ab20d..3a0b7c166d4ea7e357fc1189c413012bcfdc6fd2 100644 (file)
@@ -74,5 +74,10 @@ implementation {
   components CC1000CsmaRadioC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
+
+#if defined(PLATFORM_IRIS)
+  components ActiveMessageC as LPLProvider;
+  App.LPL -> LPLProvider;
+#endif
 }