[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/rincon/apps/JDebug/TestJDebug JDebugTestM.nc, 1.2, 1.3 JDebugTestC.nc, 1.2, 1.3

dmm rincon at users.sourceforge.net
Wed Jul 12 09:44:16 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/rincon/apps/JDebug/TestJDebug
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3857/contrib/rincon/apps/JDebug/TestJDebug

Modified Files:
	JDebugTestM.nc JDebugTestC.nc 
Log Message:
Fixed the default-incompatible StdControl wiring to LedsC, and altered the JDebugMsg to be the default 29 bytes instead of 30.

Index: JDebugTestM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/rincon/apps/JDebug/TestJDebug/JDebugTestM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JDebugTestM.nc	9 Mar 2006 17:14:26 -0000	1.2
--- JDebugTestM.nc	12 Jul 2006 16:44:14 -0000	1.3
***************
*** 23,26 ****
--- 23,27 ----
    /***************** StdControl ****************/
    command result_t StdControl.init() {
+     call Leds.init();
      dlong = 0;
      dint = 0;

Index: JDebugTestC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/rincon/apps/JDebug/TestJDebug/JDebugTestC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JDebugTestC.nc	9 Mar 2006 17:14:26 -0000	1.2
--- JDebugTestC.nc	12 Jul 2006 16:44:14 -0000	1.3
***************
*** 13,17 ****
    Main.StdControl -> JDebugC;
    Main.StdControl -> TimerC;
-   Main.StdControl -> LedsC;
    
    JDebugTestM.Leds -> LedsC;
--- 13,16 ----



More information about the Tinyos-contrib-commits mailing list