mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 13:23:50 -04:00
Minor updates to the MSP430X CCS4 demo application.
This commit is contained in:
parent
947524522b
commit
2b92b7a5d9
4 changed files with 16 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue