mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Continue work on the MSP430X demo - still a work in progress.
This commit is contained in:
parent
ae6380f70b
commit
b54a5232c6
4 changed files with 25 additions and 61 deletions
|
@ -335,7 +335,8 @@ void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed char *pcTaskName
|
|||
|
||||
void vApplicationIdleHook( void )
|
||||
{
|
||||
__bis_SR_register( LPM3_bits + GIE );
|
||||
/* Want to leave the SMCLK running so the COMTest tasks don't fail. */
|
||||
__bis_SR_register( LPM1_bits + GIE );
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue