]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestLPL/TestLplAppC.nc
added IRIS to the supported platforms
[tinyos-2.x.git] / apps / tests / TestLPL / TestLplAppC.nc
index ecd07717665518b6f68b3fba575986560892390c..997cb9d75e57b1ff50118d483afbe93ef27ea870 100644 (file)
@@ -47,6 +47,8 @@ implementation {
   components CC1000CsmaRadioC as LplRadio;
 #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER)
   components CC2420ActiveMessageC as LplRadio;
+#elif defined(PLATFORM_IRIS)
+  components RF230ActiveMessageC as LplRadio;
 #else
 #error "LPL testing not supported on this platform"
 #endif