]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Quick and dirty solution for the uninitialized timers problem (after the removal...
authorvlahan <vlahan>
Tue, 13 Mar 2007 17:57:46 +0000 (17:57 +0000)
committervlahan <vlahan>
Tue, 13 Mar 2007 17:57:46 +0000 (17:57 +0000)
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;