[Tinyos-2-commits] CVS: tinyos-2.x/apps/MultihopOscilloscope MultihopOscilloscopeAppC.nc, 1.1.2.7, 1.1.2.8

Kyle Jamieson kasj78 at users.sourceforge.net
Mon Nov 6 16:34:11 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/MultihopOscilloscope
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29870

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	MultihopOscilloscopeAppC.nc 
Log Message:
Revert mistake.

Index: MultihopOscilloscopeAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** MultihopOscilloscopeAppC.nc	6 Nov 2006 22:38:50 -0000	1.1.2.7
--- MultihopOscilloscopeAppC.nc	7 Nov 2006 00:34:09 -0000	1.1.2.8
***************
*** 35,39 ****
    components CollectionC as Collector,  // Collection layer
      ActiveMessageC,                         // AM layer
!     new CollectionSenderC(OSCILLOSCOPE_COLLECTION_ID), // Sends multihop RF
      SerialActiveMessageC,                   // Serial messaging
      new SerialAMSenderC(AM_OSCILLOSCOPE);   // Sends to the serial port
--- 35,39 ----
    components CollectionC as Collector,  // Collection layer
      ActiveMessageC,                         // AM layer
!     new CollectionSenderC(AM_OSCILLOSCOPE), // Sends multihop RF
      SerialActiveMessageC,                   // Serial messaging
      new SerialAMSenderC(AM_OSCILLOSCOPE);   // Sends to the serial port



More information about the Tinyos-2-commits mailing list