]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added shimmer2 to platform list
authorayer1 <ayer1>
Mon, 26 Oct 2009 21:50:22 +0000 (21:50 +0000)
committerayer1 <ayer1>
Mon, 26 Oct 2009 21:50:22 +0000 (21:50 +0000)
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc
apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc

index 749d165568d4b26be6057e255751d5aaf96b4f2b..08b8cce24f71e3ab659df8776bf4f1635945187b 100644 (file)
@@ -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_INTELMOTE2)
+#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2)
   components CC2420ActiveMessageC as Lpl;
 #else
 #error "LPL testing not supported on this platform"
index d68ac00300bb8c0e9ef2c3e541d4c3758cf45244..7d24346603a50a0c39e82f34bb9382b54ca04de1 100644 (file)
@@ -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_INTELMOTE2)
+#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2)
   components CC2420ActiveMessageC as Lpl;
 #else
 #error "LPL testing not supported on this platform"