]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosa/MoteClockC.nc
MSP430 clock enhancements.
[tinyos-2.x.git] / tos / platforms / telosa / MoteClockC.nc
index 12df90bdd072afdc5a34a1ba65da9a176b588a10..ef2ade675f4ebdc5f48e8952907c108b11fffb3f 100644 (file)
@@ -41,7 +41,7 @@ configuration MoteClockC
 implementation
 
 {
-  components Msp430ClockC;
+  components new Msp430ClockC(4096, 32);
   
   MoteClockInit = Msp430ClockC.Init;
 }