]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/DuplicateC.nc
- age cache whenever a new messages arrives
[tinyos-2.x.git] / tos / chips / tda5250 / mac / DuplicateC.nc
index b57c166b27a838222a2bc449aa5d7d9a2d788cdc..64bc4199e682c966198a354b54b37f67139ecba3 100644 (file)
@@ -47,4 +47,10 @@ implementation {
     Duplicate = DuplicateP;
     DuplicateP.Timer -> Timer;        // make information soft state
     MainC.SoftwareInit -> DuplicateP; 
+
+#ifdef DUPLICATE_DEBUG
+    components new SerialDebugC() as SD;
+    DuplicateP.SerialDebug -> SD;
+#endif
+
 }