Continue work on the MSP430X demo - still a work in progress.

This commit is contained in:
Richard Barry 2010-12-31 17:54:29 +00:00
parent ae6380f70b
commit b54a5232c6
4 changed files with 25 additions and 61 deletions

View file

@ -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 );
}
/*-----------------------------------------------------------*/