]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/tda5250/mac/CsmaMacC.nc
refactor MAC protocols:
[tinyos-2.x.git] / tos / chips / tda5250 / mac / CsmaMacC.nc
index 9966cf8b87a71441ba7857d41dfcc1f2cb0df4d6..6413c88d1b0de5a735f00263f8fc88ed56abb73d 100644 (file)
@@ -60,6 +60,7 @@ implementation {
       new Alarm32khz16C() as Timer,
       new TimerMilliC() as ReRxTimer,
       DuplicateC,
+      TimeDiffC,
       RandomLfsrC
 #ifdef MAC_DEBUG
       ,PlatformLedsC
@@ -99,6 +100,7 @@ implementation {
     CsmaMacP.ReRxTimer -> ReRxTimer;
 
     CsmaMacP.Duplicate -> DuplicateC;
+    CsmaMacP.TimeDiff16 -> TimeDiffC;
     
 #ifdef MAC_DEBUG
     CsmaMacP.Led0 -> PlatformLedsC.Led0;