]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430ClockC.nc
Disable Msp430DcoCalibP, because Msp430DcoCalibP is broken and will incorrectly
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430ClockC.nc
index 158fad6c78d371daee8c0e9be0d6ff7988cd464c..ecbb629ccd7ab4452af9f2cdba46851b58a11ec8 100644 (file)
@@ -30,9 +30,7 @@ configuration Msp430ClockC
 }
 implementation
 {
-  components Msp430ClockP
-           , Msp430DcoCalibC  //perpetual recalibration with each ACLK overflow
-           ;
+  components Msp430ClockP;
 
   Init = Msp430ClockP;
   Msp430ClockInit = Msp430ClockP;