X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FMSP430X_MSP430F5438_IAR%2Fmain.c;h=749fa19a453120c0483e6bdaf82fd045938a45ac;hb=cec14a33fc8d1d41e5ce2bfff0836a1a56f557f5;hp=1495b09b84a5f48544162ff3c6caa31bd24ad4ca;hpb=0433800ece0c873edbea350b6ec3356d70052db1;p=freertos diff --git a/Demo/MSP430X_MSP430F5438_IAR/main.c b/Demo/MSP430X_MSP430F5438_IAR/main.c index 1495b09b8..749fa19a4 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/main.c +++ b/Demo/MSP430X_MSP430F5438_IAR/main.c @@ -605,8 +605,8 @@ const unsigned short usACLK_Frequency_Hz = 32768; void vApplicationIdleHook( void ) { /* Called on each iteration of the idle task. In this case the idle task - just enters a low(ish) power mode. */ - __bis_SR_register( LPM1_bits + GIE ); + just enters a low power mode. */ + __bis_SR_register( LPM3_bits + GIE ); } /*-----------------------------------------------------------*/