F: \ led.c (9): Error c 14 1:' =' Syntax error nearby. What does this mean?
There is a grammatical error near "=". Specific error:' =' is an assignment symbol. The former cannot be an expression value, but a variable. For example, a = 2 * 3 is correct and 2 * 3 = a is wrong. There are a lot of XOR operators before "=" in the title, so there are errors.