]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
modify for eyesIFX platform
authorandreaskoepke <andreaskoepke>
Thu, 4 Sep 2008 14:29:21 +0000 (14:29 +0000)
committerandreaskoepke <andreaskoepke>
Thu, 4 Sep 2008 14:29:21 +0000 (14:29 +0000)
tos/lib/net/ctp/CtpP.nc

index 63fa6cfa397bf52c80acb137b7c809dd53e06f2a..af6e1566643990ea7b11352ba038887c9b178c4b 100644 (file)
@@ -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