[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/stm25p ConfigStorageC.nc, 1.1.2.3, 1.1.2.4 LogStorageC.nc, 1.1.2.3, 1.1.2.4

Jonathan Hui jwhui at users.sourceforge.net
Wed Jun 7 13:00:46 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/stm25p
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15077

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	ConfigStorageC.nc LogStorageC.nc 
Log Message:

Remove LED debugging.



Index: ConfigStorageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/stm25p/Attic/ConfigStorageC.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
*** ConfigStorageC.nc	7 Jun 2006 19:51:13 -0000	1.1.2.3
--- ConfigStorageC.nc	7 Jun 2006 20:00:44 -0000	1.1.2.4
***************
*** 65,70 ****
    BinderP.Volume -> SectorC.Volume[ VOLUME_ID ];
    
-   components LedsC;
-   ConfigP.Leds -> LedsC;
-   
  }
--- 65,67 ----

Index: LogStorageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/stm25p/Attic/LogStorageC.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
*** LogStorageC.nc	6 Jun 2006 17:57:18 -0000	1.1.2.3
--- LogStorageC.nc	7 Jun 2006 20:00:44 -0000	1.1.2.4
***************
*** 71,77 ****
    LogP.Circular[ LOG_ID ] -> ConfigP;
    
-   components LedsC;
-   LogP.Leds -> LedsC;
-   
    components MainC;
    MainC.SoftwareInit -> LogP;
--- 71,74 ----



More information about the Tinyos-2-commits mailing list