]> 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 4a4868422af1a03c7466c0337b01d9ff47a8d4a0..e282723997e67839facf6014fa663ad9a10f0ec6 100644 (file)
@@ -69,5 +69,11 @@ implementation {
   components CC1000CsmaRadioC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
+
+#if defined(PLATFORM_IRIS)
+  components ActiveMessageC as LPLProvider;
+  App.LPL -> LPLProvider;
+#endif
+
 }