]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockC.nc
Make Msp430ClockC a generic so that the target DCO clock and the ACLK can be
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockC.nc
index e838b5e5ef108de858cbc5369318b6ff61561b63..dca0774261a1c0553374bdfab89c8049fb235741 100644 (file)
@@ -42,7 +42,7 @@ implementation {
   components MoteClockP;
   MoteClockInit = MoteClockP.Init;
 
-  components Msp430ClockC;
+  components new Msp430ClockC(8192, 32);
   MoteClockP.SubInit -> Msp430ClockC.Init;
   MoteClockP.Msp430ClockInit -> Msp430ClockC;
 }