From 7406df3f96ec55bb3d87d7a47b314d1082b98678 Mon Sep 17 00:00:00 2001 From: scipio Date: Fri, 13 Apr 2007 00:07:24 +0000 Subject: [PATCH] Restore to before LQI-based changes that were checked in by mistake. --- apps/MultihopOscilloscope/Makefile | 2 +- apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2