X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2FMoteClockC.nc;h=ef2ade675f4ebdc5f48e8952907c108b11fffb3f;hb=18e5469b828cd13a27bd1ddce5c813865f049065;hp=12df90bdd072afdc5a34a1ba65da9a176b588a10;hpb=f61ca74a5e509af31e016d439ad78c893e027ec8;p=tinyos-2.x.git diff --git a/tos/platforms/shimmer/MoteClockC.nc b/tos/platforms/shimmer/MoteClockC.nc index 12df90bd..ef2ade67 100644 --- a/tos/platforms/shimmer/MoteClockC.nc +++ b/tos/platforms/shimmer/MoteClockC.nc @@ -41,7 +41,7 @@ configuration MoteClockC implementation { - components Msp430ClockC; + components new Msp430ClockC(4096, 32); MoteClockInit = Msp430ClockC.Init; }