]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc
get rid of +5 for rounding, change arg name in functions in CtpInfo to match the...
[tinyos-2.x.git] / apps / MultihopOscilloscope / MultihopOscilloscopeAppC.nc
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;