]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/SpeckMacDC.nc
refactor MAC protocols:
[tinyos-2.x.git] / tos / chips / tda5250 / mac / SpeckMacDC.nc
index 77b9bc83b03c0134f7b6587ad6534f1d5a34d794..b58dc71c42ba19381a76848ad642db55d883e8de 100644 (file)
@@ -64,7 +64,9 @@ implementation {
         new Alarm32khz16C() as Timer,
         new Alarm32khz16C() as SampleTimer,
         RandomLfsrC,
-        LocalTimeC, DuplicateC;
+        LocalTimeC,
+        DuplicateC,
+        TimeDiffC;
     
     components ActiveMessageAddressC;
     SpeckMacDP.amAddress -> ActiveMessageAddressC;
@@ -100,6 +102,8 @@ implementation {
     SpeckMacDP.LocalTime32kHz -> LocalTimeC;
 
     SpeckMacDP.Duplicate -> DuplicateC;
+    SpeckMacDP.TimeDiff16 -> TimeDiffC;
+    SpeckMacDP.TimeDiff32 -> TimeDiffC;
     
 /*    components PlatformLedsC;
     SpeckMacDP.Led0 -> PlatformLedsC.Led0;