]> 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 5c3e29b9d292a347b291ec57e11b1e1ea89d2da4..cd67831745cedb535bf0589957abee99e5c16809 100644 (file)
@@ -45,10 +45,12 @@ 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;
+#elif defined(PLATFORM_EYESIFXV1) || defined(PLATFORM_EYESIFXV2)
+  components LplC as LplRadio;
 #else
 #error "LPL testing not supported on this platform"
 #endif