[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery TestPeriodicAppC.nc, 1.2, 1.3

Konrad Lorincz konradlorincz at users.sourceforge.net
Tue Jul 1 16:01:03 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31319/LplBroadcastPeriodicDelivery

Modified Files:
	TestPeriodicAppC.nc 
Log Message:
added PLATFORM_SHIMMER

Index: TestPeriodicAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicAppC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestPeriodicAppC.nc	24 Jun 2008 20:36:24 -0000	1.2
--- TestPeriodicAppC.nc	1 Jul 2008 23:01:00 -0000	1.3
***************
*** 49,53 ****
  #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT)
    components CC1000ActiveMessageC as Lpl;
! #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB)
    components CC2420ActiveMessageC as Lpl;
  #else
--- 49,53 ----
  #if defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT)
    components CC1000ActiveMessageC as Lpl;
! #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB) || defined(PLATFORM_SHIMMER)
    components CC2420ActiveMessageC as Lpl;
  #else



More information about the Tinyos-2-commits mailing list