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