]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/CsmaMacC.nc
added SpeckMac
[tinyos-2.x.git] / tos / chips / tda5250 / mac / CsmaMacC.nc
index 499f3b78052849986dc8b0689fed22b973a85601..9966cf8b87a71441ba7857d41dfcc1f2cb0df4d6 100644 (file)
@@ -59,6 +59,7 @@ implementation {
       RssiFixedThresholdCMC as Cca,
       new Alarm32khz16C() as Timer,
       new TimerMilliC() as ReRxTimer,
+      DuplicateC,
       RandomLfsrC
 #ifdef MAC_DEBUG
       ,PlatformLedsC
@@ -96,6 +97,8 @@ implementation {
     CsmaMacP.Timer -> Timer;
 
     CsmaMacP.ReRxTimer -> ReRxTimer;
+
+    CsmaMacP.Duplicate -> DuplicateC;
     
 #ifdef MAC_DEBUG
     CsmaMacP.Led0 -> PlatformLedsC.Led0;