X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FLplUnicastPeriodicDelivery%2FTestPeriodicAppC.nc;h=2127ad38ca1e9f74c996dd2b0c92f49dec7ea926;hb=4a741a34a361b53778d82e096dd1d285ee97cd91;hp=d9dd908400a00f9b776b402f756e5867e547ca8c;hpb=a5bcc4e7c21ab38b0625387fe2372cb05c006370;p=tinyos-2.x.git diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc index d9dd9084..2127ad38 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc @@ -48,7 +48,7 @@ implementation { #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) components CC1000ActiveMessageC as Lpl; -#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) components CC2420ActiveMessageC as Lpl; #else #error "LPL testing not supported on this platform"