From 4f2d08877780f0fda5d34505d514cd82817cf230 Mon Sep 17 00:00:00 2001 From: konradlorincz Date: Tue, 24 Jun 2008 23:10:18 +0000 Subject: [PATCH] Added PLATFORM_SHIMMER --- apps/tests/TestLPL/TestLplAppC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/TestLPL/TestLplAppC.nc b/apps/tests/TestLPL/TestLplAppC.nc index 1499eb52..ecd07717 100644 --- a/apps/tests/TestLPL/TestLplAppC.nc +++ b/apps/tests/TestLPL/TestLplAppC.nc @@ -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" -- 2.39.2