[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpP.nc, 1.9, 1.10
akoepke
andreaskoepke at users.sourceforge.net
Thu Sep 4 07:29:23 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28806
Modified Files:
CtpP.nc
Log Message:
modify for eyesIFX platform
Index: CtpP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/CtpP.nc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CtpP.nc 15 Aug 2008 16:48:14 -0000 1.9
--- CtpP.nc 4 Sep 2008 14:29:21 -0000 1.10
***************
*** 194,197 ****
--- 194,199 ----
#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;
More information about the Tinyos-2-commits
mailing list