]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added PLATFORM_SHIMMER
authorkonradlorincz <konradlorincz>
Tue, 1 Jul 2008 23:01:00 +0000 (23:01 +0000)
committerkonradlorincz <konradlorincz>
Tue, 1 Jul 2008 23:01:00 +0000 (23:01 +0000)
apps/tests/cc2420/LplBroadcastCountToLeds/RadioCountToLedsAppC.nc
apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc
apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc

index 441fbf6e8292db0d242d217baae44d307352bce1..c7d4082e4d16bc2717c36f04da709f0a0b1659eb 100644 (file)
@@ -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"
index 6668c01dcafb6533521e1c4cbed71c0c42cd8c1c..a414eb64dce82a2ec4bb5a52b10a05bafa70672c 100644 (file)
@@ -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"
index d9dd908400a00f9b776b402f756e5867e547ca8c..2127ad38ca1e9f74c996dd2b0c92f49dec7ea926 100644 (file)
@@ -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"