[Tinyos-2-commits]
CVS: tinyos-2.x/apps/BaseStation BaseStationC.nc, 1.1.2.9, 1.1.2.10
Henri DF
henridf at users.sourceforge.net
Sat May 27 14:18:11 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/apps/BaseStation
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26539/apps/BaseStation
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
BaseStationC.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: BaseStationC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/BaseStation/Attic/BaseStationC.nc,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** BaseStationC.nc 4 Feb 2006 01:10:32 -0000 1.1.2.9
--- BaseStationC.nc 27 May 2006 21:18:09 -0000 1.1.2.10
***************
*** 73,80 ****
MainC.Boot <- BaseStationP;
- MainC.SoftwareInit -> Radio;
-
- MainC.SoftwareInit -> Serial;
-
BaseStationP.RadioControl -> Radio;
BaseStationP.SerialControl -> Serial;
--- 73,76 ----
More information about the Tinyos-2-commits
mailing list