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