This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error '>' bad operand type in keil C51v8.11a

Error: '>' bad operand type in keil C51v8.11a
the code is like this

#define Intensity P2_0
#define Adjust p2_1

if(Intensity>Adjust)

it is giving error

Error: '>' bad operand type