]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestLpl/TestLplAppC.nc
added shimmer2 to supported cc2420 platforms ifdef
[tinyos-2.x.git] / 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;