]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added shimmer2 to supported cc2420 platforms ifdef
authorayer1 <ayer1>
Wed, 21 Oct 2009 19:29:50 +0000 (19:29 +0000)
committerayer1 <ayer1>
Wed, 21 Oct 2009 19:29:50 +0000 (19:29 +0000)
apps/tests/TestLpl/TestLplAppC.nc

index 46724370dcf9fee1e449838c088b9352060f78dd..cd67831745cedb535bf0589957abee99e5c16809 100644 (file)
@@ -45,7 +45,7 @@ implementation {
   components new TimerMilliC();
 #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT)
   components CC1000CsmaRadioC as LplRadio;
-#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 LplRadio;
 #elif defined(PLATFORM_IRIS)
   components RF230ActiveMessageC as LplRadio;