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