]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockP.nc
Turn on TimerA. This is done for all other msp430 platforms, so we want to
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockP.nc
index 84acca22aea9d278c2628f310c8a3faafff65a5e..921bbc92b3c18d994fccc47ee26d2b2719b875dc 100644 (file)
@@ -61,7 +61,8 @@ implementation {
        BCSCTL2 = SELM_0 | DIVM_0 | DIVS_3;
        DCOCTL = CALDCO_8MHZ;
 
-       /* Turn on TimerB, driven by ACLK */
+       /* Turn on timers A and B */
+       TACTL |= MC_2;
        TBCTL |= MC_2;
       }
       return SUCCESS;