[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2 ActiveMessageC.nc, 1.1.2.4, 1.1.2.5

Henri DF henridf at users.sourceforge.net
Sat May 27 14:18:12 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26539/tos/platforms/mica2

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	ActiveMessageC.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: ActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2/Attic/ActiveMessageC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** ActiveMessageC.nc	27 Jan 2006 22:04:27 -0000	1.1.2.4
--- ActiveMessageC.nc	27 May 2006 21:18:09 -0000	1.1.2.5
***************
*** 46,50 ****
  configuration ActiveMessageC {
    provides {
-     interface Init;
      interface SplitControl;
  
--- 46,49 ----
***************
*** 61,65 ****
    components CC1000ActiveMessageC as AM;
  
-   Init         = AM;
    SplitControl = AM;
    
--- 60,63 ----



More information about the Tinyos-2-commits mailing list