From 22cf88e874b39f3e93fb1bdbaa3d8d3a7080ed76 Mon Sep 17 00:00:00 2001 From: ayer1 Date: Wed, 21 Oct 2009 19:29:50 +0000 Subject: [PATCH 1/1] added shimmer2 to supported cc2420 platforms ifdef --- 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 46724370..cd678317 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) || 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; -- 2.39.2