]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
add line for intelmote2
authorsdhsdh <sdhsdh>
Wed, 16 Sep 2009 02:37:19 +0000 (02:37 +0000)
committersdhsdh <sdhsdh>
Wed, 16 Sep 2009 02:37:19 +0000 (02:37 +0000)
tos/lib/net/blip/ReadLqiC.nc

index 0e2d57eed5b214855e9acfc0e1c2f1e6eaf6bdb5..534f44a234cec0bd94da51a1e98f8117f151cd4d 100644 (file)
@@ -13,7 +13,8 @@ configuration ReadLqiC {
 } implementation {
   
 #if defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB)  || \
-    defined(PLATFORM_EPIC)  || defined(PLATFORM_SHIMMER)
+    defined(PLATFORM_EPIC)  || defined(PLATFORM_SHIMMER) || \
+    defined(PLATFORM_INTELMOTE2)
   // cc2420 platforms
   components CC2420ReadLqiC, CC2420PacketC;
   ReadLqi = CC2420ReadLqiC;