X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Ftda5250%2Fmac%2FCsmaMacC.nc;h=1b2cfba4db52ce624549e6c05e67f2bdba7f370a;hb=022d74b6f732058bcf08f9af5f7a28f246331401;hp=499f3b78052849986dc8b0689fed22b973a85601;hpb=9e7a4bdd535cc04589bf904c9af9404f9a8b1720;p=tinyos-2.x.git diff --git a/tos/chips/tda5250/mac/CsmaMacC.nc b/tos/chips/tda5250/mac/CsmaMacC.nc index 499f3b78..1b2cfba4 100644 --- a/tos/chips/tda5250/mac/CsmaMacC.nc +++ b/tos/chips/tda5250/mac/CsmaMacC.nc @@ -59,6 +59,9 @@ implementation { RssiFixedThresholdCMC as Cca, new Alarm32khz16C() as Timer, new TimerMilliC() as ReRxTimer, + DuplicateC, + TimeDiffC, + LocalTimeC, RandomLfsrC #ifdef MAC_DEBUG ,PlatformLedsC @@ -96,7 +99,11 @@ implementation { CsmaMacP.Timer -> Timer; CsmaMacP.ReRxTimer -> ReRxTimer; - + + CsmaMacP.Duplicate -> DuplicateC; + CsmaMacP.TimeDiff16 -> TimeDiffC; + CsmaMacP.LocalTime32kHz -> LocalTimeC; + #ifdef MAC_DEBUG CsmaMacP.Led0 -> PlatformLedsC.Led0; CsmaMacP.Led1 -> PlatformLedsC.Led1;