[Tinyos-2-commits] CVS: tinyos-2.x/apps/MultihopOscilloscope Makefile, 1.4, 1.5 MultihopOscilloscopeAppC.nc, 1.4, 1.5

Phil Levis scipio at users.sourceforge.net
Thu Apr 12 17:07:28 PDT 2007


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

Modified Files:
	Makefile MultihopOscilloscopeAppC.nc 
Log Message:
Restore to before LQI-based changes that were checked in by mistake.


Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/MultihopOscilloscope/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile	13 Apr 2007 00:02:17 -0000	1.4
--- Makefile	13 Apr 2007 00:07:24 -0000	1.5
***************
*** 1,4 ****
  COMPONENT=MultihopOscilloscopeAppC
! CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/lqi
  
  include $(MAKERULES)
--- 1,4 ----
  COMPONENT=MultihopOscilloscopeAppC
! CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/ctp  -I$(TOSDIR)/lib/net/le
  
  include $(MAKERULES)

Index: MultihopOscilloscopeAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MultihopOscilloscopeAppC.nc	13 Apr 2007 00:02:17 -0000	1.4
--- MultihopOscilloscopeAppC.nc	13 Apr 2007 00:07:24 -0000	1.5
***************
*** 57,61 ****
    components new PoolC(message_t, 20) as DebugMessagePool,
      new QueueC(message_t*, 20) as DebugSendQueue,
!     new SerialAMSenderC(AM_LQI_DEBUG) as DebugSerialSender,
      UARTDebugSenderP as DebugSender;
  
--- 57,61 ----
    components new PoolC(message_t, 20) as DebugMessagePool,
      new QueueC(message_t*, 20) as DebugSendQueue,
!     new SerialAMSenderC(AM_CTP_DEBUG) as DebugSerialSender,
      UARTDebugSenderP as DebugSender;
  



More information about the Tinyos-2-commits mailing list