X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestLpl%2FTestLplAppC.nc;h=46724370dcf9fee1e449838c088b9352060f78dd;hb=c7c109027e0fd413de7ddaadd8afe670afb33fdf;hp=5c3e29b9d292a347b291ec57e11b1e1ea89d2da4;hpb=46001c9e6edee6e2dd9d9ef7e1073dc0dbfaee94;p=tinyos-2.x.git diff --git a/apps/tests/TestLpl/TestLplAppC.nc b/apps/tests/TestLpl/TestLplAppC.nc index 5c3e29b9..46724370 100644 --- a/apps/tests/TestLpl/TestLplAppC.nc +++ b/apps/tests/TestLpl/TestLplAppC.nc @@ -49,6 +49,8 @@ implementation { components CC2420ActiveMessageC as LplRadio; #elif defined(PLATFORM_IRIS) components RF230ActiveMessageC as LplRadio; +#elif defined(PLATFORM_EYESIFXV1) || defined(PLATFORM_EYESIFXV2) + components LplC as LplRadio; #else #error "LPL testing not supported on this platform" #endif