[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestLPL TestAMAppC.nc, 1.1.2.1, 1.1.2.2

David Gay idgay at users.sourceforge.net
Thu Oct 26 13:32:00 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	TestAMAppC.nc 
Log Message:
fix cc2420 comp name


Index: TestAMAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestLPL/Attic/TestAMAppC.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** TestAMAppC.nc	26 Oct 2006 17:41:36 -0000	1.1.2.1
--- TestAMAppC.nc	26 Oct 2006 20:31:56 -0000	1.1.2.2
***************
*** 47,51 ****
    components CC1000CsmaRadioC as LplRadio;
  #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB)
!   components CC2420CsmaC as LplRadio;
  #else
  #error "LPL testing not supported on this platform"
--- 47,51 ----
    components CC1000CsmaRadioC as LplRadio;
  #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_TELOSB)
!   components CC2420ActiveMessageC as LplRadio;
  #else
  #error "LPL testing not supported on this platform"



More information about the Tinyos-2-commits mailing list