X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Ftda5250%2Fmac%2FCsmaMacC.nc;h=6413c88d1b0de5a735f00263f8fc88ed56abb73d;hb=51db927a421fd91ba610a9fdc80790b4c7775e38;hp=9966cf8b87a71441ba7857d41dfcc1f2cb0df4d6;hpb=f139d40721e23194dd9e8f84e3652212ac990e36;p=tinyos-2.x.git diff --git a/tos/chips/tda5250/mac/CsmaMacC.nc b/tos/chips/tda5250/mac/CsmaMacC.nc index 9966cf8b..6413c88d 100644 --- a/tos/chips/tda5250/mac/CsmaMacC.nc +++ b/tos/chips/tda5250/mac/CsmaMacC.nc @@ -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;