]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Sampler/LowPowerSensingPeriodicSamplerAppC.nc
added iris support
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Sampler / LowPowerSensingPeriodicSamplerAppC.nc
index 4a4868422af1a03c7466c0337b01d9ff47a8d4a0..9a07855af2a08fe366ce59e7b2853c155a560b25 100644 (file)
@@ -69,5 +69,11 @@ implementation {
   components CC1000CsmaRadioC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
+
+#if defined(PLATFORM_IRIS)
+  components RF230ActiveMessageC as LPLProvider;
+  App.LPL -> LPLProvider;
+#endif
+
 }