X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FLplBroadcastCountToLeds%2FRadioCountToLedsAppC.nc;h=7e33328f38bfe155bbb3dc2defc1570d3a1b54dd;hb=2d92c70a1e72731ee4ff6c421d727c120aabf5f1;hp=c7d4082e4d16bc2717c36f04da709f0a0b1659eb;hpb=db91f4b76c58d2cf6ef214d218929edd8355ade0;p=tinyos-2.x.git diff --git a/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc b/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc index c7d4082e..7e33328f 100644 --- a/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc +++ b/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc @@ -49,7 +49,7 @@ implementation { #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) components CC1000ActiveMessageC as LplC; -#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_INTELMOTE2) components CC2420ActiveMessageC as LplC; #else #error "LPL testing not supported on this platform"