From 4a741a34a361b53778d82e096dd1d285ee97cd91 Mon Sep 17 00:00:00 2001 From: konradlorincz Date: Tue, 1 Jul 2008 23:01:00 +0000 Subject: [PATCH] added PLATFORM_SHIMMER --- .../cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc | 2 +- .../cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc | 2 +- .../tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc b/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc index 441fbf6e..c7d4082e 100644 --- a/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc +++ b/apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc @@ -49,7 +49,7 @@ implementation { #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) components CC1000ActiveMessageC as LplC; -#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) components CC2420ActiveMessageC as LplC; #else #error "LPL testing not supported on this platform" diff --git a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc index 6668c01d..a414eb64 100644 --- a/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc +++ b/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc @@ -48,7 +48,7 @@ implementation { #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) components CC1000ActiveMessageC as Lpl; -#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) components CC2420ActiveMessageC as Lpl; #else #error "LPL testing not supported on this platform" diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc index d9dd9084..2127ad38 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc @@ -48,7 +48,7 @@ implementation { #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) components CC1000ActiveMessageC as Lpl; -#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) +#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER) components CC2420ActiveMessageC as Lpl; #else #error "LPL testing not supported on this platform" -- 2.39.2