]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Base/LowPowerSensingBaseAppC.nc
added iris support
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Base / LowPowerSensingBaseAppC.nc
index 4dfd95816ce2d8f77e9f9834c1257051e55ab20d..7b8aa0669ef448948d2c8ef71f71aaa0e0f982e8 100644 (file)
@@ -74,5 +74,10 @@ implementation {
   components CC1000CsmaRadioC as LPLProvider;
   App.LPL -> LPLProvider;
 #endif
+
+#if defined(PLATFORM_IRIS)
+  components RF230ActiveMessageC as LPLProvider;
+  App.LPL -> LPLProvider;
+#endif
 }