X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestLpl%2FTestLplAppC.nc;h=3aed652a5ad0fdd383727b5987fcc1c4f3380b75;hb=401c28f22852bae6b7631e68e8937d43445d8e42;hp=cd67831745cedb535bf0589957abee99e5c16809;hpb=6e1e0b1a04a1f8cba2fcddef724236b647cd6a62;p=tinyos-2.x.git diff --git a/apps/tests/TestLpl/TestLplAppC.nc b/apps/tests/TestLpl/TestLplAppC.nc index cd678317..3aed652a 100644 --- a/apps/tests/TestLpl/TestLplAppC.nc +++ b/apps/tests/TestLpl/TestLplAppC.nc @@ -47,7 +47,7 @@ implementation { components CC1000CsmaRadioC as LplRadio; #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2) components CC2420ActiveMessageC as LplRadio; -#elif defined(PLATFORM_IRIS) +#elif defined(PLATFORM_IRIS) || defined(PLATFORM_MULLE) components RF230ActiveMessageC as LplRadio; #elif defined(PLATFORM_EYESIFXV1) || defined(PLATFORM_EYESIFXV2) components LplC as LplRadio;