]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/RedMacC.nc
refactor MAC protocols:
[tinyos-2.x.git] / tos / chips / tda5250 / mac / RedMacC.nc
index 3421fe920cc7c9bf1e8fc1082b8cb325223649d4..2da8ffa6b5c3bd4b55dd5b57f0167ec5486c5ffc 100644 (file)
@@ -63,7 +63,7 @@ implementation {
         RssiFixedThresholdCMC as Cca,
         new Alarm32khz16C() as Timer,
         new Alarm32khz16C() as SampleTimer,
-        RandomLfsrC, LocalTimeC, DuplicateC;
+        RandomLfsrC, LocalTimeC, DuplicateC, TimeDiffC;
     
     components ActiveMessageAddressC;
     RedMacP.amAddress -> ActiveMessageAddressC;
@@ -98,6 +98,8 @@ implementation {
     RedMacP.LocalTime32kHz -> LocalTimeC;
 
     RedMacP.Duplicate -> DuplicateC;
+    RedMacP.TimeDiff16 -> TimeDiffC;
+    RedMacP.TimeDiff32 -> TimeDiffC;
     
 /*    components PlatformLedsC;
     RedMacP.Led0 -> PlatformLedsC.Led0;