X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FLplBroadcastPeriodicDelivery%2FTestPeriodicAppC.nc;h=fee5d28a4cd747138ece169acfa8901e0fabe832;hp=08b8cce24f71e3ab659df8776bf4f1635945187b;hb=7bae398b43f69d024cf524349705fee97ab002ae;hpb=6f095cc416fe0a3ca3912e743603531430e1b55f diff --git a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc index 08b8cce2..fee5d28a 100644 --- a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc +++ b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/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) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2) || defined(PLATFORM_EPIC) components CC2420ActiveMessageC as Lpl; #else #error "LPL testing not supported on this platform"