Minor updates to the MSP430X CCS4 demo application.

This commit is contained in:
Richard Barry 2011-01-02 18:19:12 +00:00
parent 947524522b
commit 2b92b7a5d9
4 changed files with 16 additions and 14 deletions

View file

@ -78,8 +78,8 @@ void vConfigureTimerForRunTimeStats( void )
/* Ensure the timer is stopped. */
TA1CTL = 0;
/* Run the timer from the ACLK/4. */
TA1CTL = TASSEL_1 | ID__4;
/* Run the timer from the ACLK/2. */
TA1CTL = TASSEL_1 | ID__2;
/* Clear everything to start with. */
TA1CTL |= TACLR;