]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Restore to before LQI-based changes that were checked in by mistake.
authorscipio <scipio>
Fri, 13 Apr 2007 00:07:24 +0000 (00:07 +0000)
committerscipio <scipio>
Fri, 13 Apr 2007 00:07:24 +0000 (00:07 +0000)
apps/MultihopOscilloscope/Makefile
apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc

index 64913b5b6b1c35305dd563f893bc7440d5a064bb..821c1b6e2559964d19b7c70ec0a9cda2d32ea5be 100644 (file)
@@ -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)
index cefe674780336b7463f4a99074fd7691e7332f5a..f6fd2eff79041dbc304a642df69467351ea45a72 100644 (file)
@@ -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;