]> 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 8c5d8fad1da03df257b92d5f8fe0eb67bff831f5..f6fd2eff79041dbc304a642df69467351ea45a72 100644 (file)
@@ -53,10 +53,7 @@ implementation {
 
   MultihopOscilloscopeC.UARTMessagePool -> UARTMessagePoolP;
   MultihopOscilloscopeC.UARTQueue -> UARTQueueP;
-
-  //
-  // Components for debugging collection.
-  //
+  
   components new PoolC(message_t, 20) as DebugMessagePool,
     new QueueC(message_t*, 20) as DebugSendQueue,
     new SerialAMSenderC(AM_CTP_DEBUG) as DebugSerialSender,
@@ -67,4 +64,5 @@ implementation {
   DebugSender.MessagePool -> DebugMessagePool;
   DebugSender.SendQueue -> DebugSendQueue;
   Collector.CollectionDebug -> DebugSender;
+
 }