X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmicore%2FMoteClockC.nc;h=4a76d7a30b47846e4c274d9db5d3050e19b1eef1;hb=0f564f876bf22d1c6dd027d29653cd589fb4c4ba;hp=e838b5e5ef108de858cbc5369318b6ff61561b63;hpb=8ee154990c9e647f77ba3218b5d37774355b5ad8;p=tinyos-2.x.git diff --git a/tos/platforms/tmicore/MoteClockC.nc b/tos/platforms/tmicore/MoteClockC.nc index e838b5e5..4a76d7a3 100644 --- a/tos/platforms/tmicore/MoteClockC.nc +++ b/tos/platforms/tmicore/MoteClockC.nc @@ -32,7 +32,7 @@ * $TOSDIR/tos/chips/msp430/timer/Msp430DcoSpec.h This is a little hokey. * I think I'd rather do it using a generic interface. * - * @author R. Steve McKown + * @author R. Steve McKown */ configuration MoteClockC { @@ -42,7 +42,6 @@ implementation { components MoteClockP; MoteClockInit = MoteClockP.Init; - components Msp430ClockC; + components new Msp430ClockC(8192, 32); MoteClockP.SubInit -> Msp430ClockC.Init; - MoteClockP.Msp430ClockInit -> Msp430ClockC; }