[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestAM TestAMAppC.nc,
1.1.2.3, 1.1.2.4
Henri DF
henridf at users.sourceforge.net
Sat May 27 14:32:44 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestAM
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31915/tests/TestAM
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
TestAMAppC.nc
Log Message:
Wire ActiveMessageC's Init at the lowest layer possible, in observance of TEP107.
http://mail.millennium.berkeley.edu/pipermail/tinyos-devel/2006-March/000998.html
Index: TestAMAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestAM/Attic/TestAMAppC.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** TestAMAppC.nc 4 Feb 2006 01:10:32 -0000 1.1.2.3
--- TestAMAppC.nc 27 May 2006 21:32:42 -0000 1.1.2.4
***************
*** 44,51 ****
components ActiveMessageC;
components new TimerMilliC();
!
!
! MainC.SoftwareInit -> ActiveMessageC;
!
App.Boot -> MainC.Boot;
--- 44,48 ----
components ActiveMessageC;
components new TimerMilliC();
!
App.Boot -> MainC.Boot;
More information about the Tinyos-2-commits
mailing list