From: ayer1 Date: Wed, 21 Oct 2009 19:29:50 +0000 (+0000) Subject: added shimmer2 to supported cc2420 platforms ifdef X-Git-Tag: rc_6_tinyos_2_1_1~192 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=22cf88e874b39f3e93fb1bdbaa3d8d3a7080ed76;hp=7154aac9f7d47cf9bb0f8c86d20b4bb5ec158d08;p=tinyos-2.x.git added shimmer2 to supported cc2420 platforms ifdef --- 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;