From: scipio Date: Fri, 13 Apr 2007 00:07:24 +0000 (+0000) Subject: Restore to before LQI-based changes that were checked in by mistake. X-Git-Tag: tinyos/2.0.1~63 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=7406df3f96ec55bb3d87d7a47b314d1082b98678;hp=2b3bd944f26f238898909cf340c90417de349dee;p=tinyos-2.x.git Restore to before LQI-based changes that were checked in by mistake. --- diff --git a/apps/MultihopOscilloscope/Makefile b/apps/MultihopOscilloscope/Makefile index 64913b5b..821c1b6e 100644 --- a/apps/MultihopOscilloscope/Makefile +++ b/apps/MultihopOscilloscope/Makefile @@ -1,4 +1,4 @@ COMPONENT=MultihopOscilloscopeAppC -CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/lqi +CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/le include $(MAKERULES) diff --git a/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc b/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc index cefe6747..f6fd2eff 100644 --- a/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc +++ b/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc @@ -56,7 +56,7 @@ implementation { components new PoolC(message_t, 20) as DebugMessagePool, new QueueC(message_t*, 20) as DebugSendQueue, - new SerialAMSenderC(AM_LQI_DEBUG) as DebugSerialSender, + new SerialAMSenderC(AM_CTP_DEBUG) as DebugSerialSender, UARTDebugSenderP as DebugSender; DebugSender.Boot -> MainC;