X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FLplBroadcastPeriodicDelivery%2FTestPeriodicAppC.nc;h=fee5d28a4cd747138ece169acfa8901e0fabe832;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=412f5b5636643af58ca2c9b1317e0111d6daf45a;hpb=c60511b6700377bcad6608c58ca79375f1f78932;p=tinyos-2.x.git diff --git a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc index 412f5b56..fee5d28a 100644 --- a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc +++ b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc @@ -29,6 +29,8 @@ * OF THE POSSIBILITY OF SUCH DAMAGE */ +#include "TestPeriodic.h" + /** * This app sends a message from Transmitter node to AM_BROADCAST_ADDR * and waits 1000 ms between each delivery so the Rx mote's radio @@ -39,8 +41,6 @@ * @author David Moss */ -#include "TestPeriodic.h" - configuration TestPeriodicAppC { } @@ -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) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2) || defined(PLATFORM_EPIC) components CC2420ActiveMessageC as Lpl; #else #error "LPL testing not supported on this platform"