From f256d634ada547d639ee3b31b1a62c135fc194ea Mon Sep 17 00:00:00 2001 From: ayer1 Date: Mon, 26 Oct 2009 21:39:41 +0000 Subject: [PATCH] added shimmer2 to platform list --- .../cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc b/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc index 7e33328f..49020672 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) || defined(PLATFORM_INTELMOTE2) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2) components CC2420ActiveMessageC as LplC; #else #error "LPL testing not supported on this platform" -- 2.39.2