]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Added PLATFORM_SHIMMER
authorkonradlorincz <konradlorincz>
Tue, 24 Jun 2008 23:10:18 +0000 (23:10 +0000)
committerkonradlorincz <konradlorincz>
Tue, 24 Jun 2008 23:10:18 +0000 (23:10 +0000)
apps/tests/TestLPL/TestLplAppC.nc

index 1499eb529dde54d48955ab83334d54cc50c60a44..ecd07717665518b6f68b3fba575986560892390c 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)
+#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER)
   components CC2420ActiveMessageC as LplRadio;
 #else
 #error "LPL testing not supported on this platform"