ep.hobbyiest
Full Member level 4
- Joined
- Jul 24, 2014
- Messages
- 212
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 18
- Activity points
- 1,487
i m getting error in in XC8 compiler in if condition.
the error as
and the condition
what is the error then.
the error as
Code:
mismatched comparison
and the condition
Code:
digit[0]--;
if(digit[0] == 0-1)
digit[0] = 9;
what is the error then.