From 33bb0f7d24c0b81f4cb533fd2c08ca855ea7fa16 Mon Sep 17 00:00:00 2001 From: klueska Date: Thu, 14 Jan 2010 15:46:26 +0000 Subject: [PATCH 1/1] Prabal's fix for the application: He did it on my laptop :) --- 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 3aed652a..af7a5975 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_SHIMMER2) || defined(PLATFORM_INTELMOTE2) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_INTELMOTE2) || defined(PLATFORM_EPIC) components CC2420ActiveMessageC as LplRadio; #elif defined(PLATFORM_IRIS) || defined(PLATFORM_MULLE) components RF230ActiveMessageC as LplRadio; -- 2.39.2