X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2FMoteClockC.nc;h=ef2ade675f4ebdc5f48e8952907c108b11fffb3f;hb=b8c2d56565db4f73290d80e081fcd4a8243586b8;hp=12df90bdd072afdc5a34a1ba65da9a176b588a10;hpb=5338a4ca5ad7d75bb955024d60c6477495c1fccf;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; }