Hey guys,

I'm a total beginner when it comes to this stuff. I was given code for a project I'm doing but for some reason it won't compile for me but it compiled for the person that gave it to me. I'm using MPLAB and I get an error message saying 'can't generate code for this expression" and this is the line of code it points to

Code:
 if (RA1 ==1 & dutycycle >0)
I was reading up on it and I think it may have something to do with this line being too complicated for the code generator to compile but iI have no idea how to simplify it.

Any help is greatly appreciated.

Thanks guys