From: andreaskoepke Date: Thu, 4 Sep 2008 14:29:21 +0000 (+0000) Subject: modify for eyesIFX platform X-Git-Tag: rc_6_tinyos_2_1_1~632 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=29ddc8e4f9b9c79281d4493e9253705658481823 modify for eyesIFX platform --- diff --git a/tos/lib/net/ctp/CtpP.nc b/tos/lib/net/ctp/CtpP.nc index 63fa6cfa..af6e1566 100644 --- a/tos/lib/net/ctp/CtpP.nc +++ b/tos/lib/net/ctp/CtpP.nc @@ -193,6 +193,8 @@ implementation { #endif #elif defined (PLATFORM_MICA2) || defined (PLATFORM_MICA2DOT) components CC1000ActiveMessageC as PlatformActiveMessageC; +#elif defined(PLATFORM_EYESIFXV1) || defined(PLATFORM_EYESIFXV2) + components WhiteBitAccessorC as PlatformActiveMessageC; #else components DummyActiveMessageP as PlatformActiveMessageC; #endif