]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430ClockC.nc
Let's let the compiler type system work for us. Instead of having a single
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430ClockC.nc
index 158fad6c78d371daee8c0e9be0d6ff7988cd464c..5249fbe0ac6ba1f8de65d0e52ae6788ecc08ed22 100644 (file)
@@ -30,9 +30,7 @@ configuration Msp430ClockC
 }
 implementation
 {
-  components Msp430ClockP
-           , Msp430DcoCalibC  //perpetual recalibration with each ACLK overflow
-           ;
+  components Msp430ClockP, Msp430TimerC;
 
   Init = Msp430ClockP;
   Msp430ClockInit = Msp430ClockP;