X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestLPL%2FTestLplAppC.nc;h=997cb9d75e57b1ff50118d483afbe93ef27ea870;hb=7108d35b9ceddc22fa0f19304f7b9de713489ace;hp=ecd07717665518b6f68b3fba575986560892390c;hpb=4a741a34a361b53778d82e096dd1d285ee97cd91;p=tinyos-2.x.git diff --git a/apps/tests/TestLPL/TestLplAppC.nc b/apps/tests/TestLPL/TestLplAppC.nc index ecd07717..997cb9d7 100644 --- a/apps/tests/TestLPL/TestLplAppC.nc +++ b/apps/tests/TestLPL/TestLplAppC.nc @@ -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