LPM4 is a standalone macro which enters LPM4:

#define LPM4      _BIS_SR(LPM4_bits)     /* Enter Low Power Mode 4 */

- Wayne

On Tue, Mar 19, 2013 at 8:44 PM, Dean Chester <dean.g.ches...@gmail.com> wrote:
> Hi,
>
> When I compile my source code I get the following error:
>
> main.c: In function ‘main’:
> main.c:113:3: error: invalid use of void expression
>
> The line of code that it is referring to is:
>
> __bis_SR_register(LPM4);
>
> This is defined in the header file in the compiler yet I can't work out why
> I am getting a compiler error.
>
> TIA,
>
> Dean
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to