From ca2ed8d732a907a3548112a96f3e1b78bb6ac4b2 Mon Sep 17 00:00:00 2001 From: sdhsdh Date: Wed, 16 Sep 2009 02:37:19 +0000 Subject: [PATCH] add line for intelmote2 --- tos/lib/net/blip/ReadLqiC.nc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tos/lib/net/blip/ReadLqiC.nc b/tos/lib/net/blip/ReadLqiC.nc index 0e2d57ee..534f44a2 100644 --- a/tos/lib/net/blip/ReadLqiC.nc +++ b/tos/lib/net/blip/ReadLqiC.nc @@ -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; -- 2.39.2