]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/Msp430ClockC.nc
Quick and dirty solution for the uninitialized timers problem (after the removal...
[tinyos-2.x.git] / tos / chips / msp430 / timer / Msp430ClockC.nc
index ecbb629ccd7ab4452af9f2cdba46851b58a11ec8..5249fbe0ac6ba1f8de65d0e52ae6788ecc08ed22 100644 (file)
@@ -30,7 +30,7 @@ configuration Msp430ClockC
 }
 implementation
 {
-  components Msp430ClockP;
+  components Msp430ClockP, Msp430TimerC;
 
   Init = Msp430ClockP;
   Msp430ClockInit = Msp430ClockP;