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 c129: missing ';' before 'rs' (from closed thread)

>>HOW DID U SOLVED IT?? PLEASE REPLY.

http://www.keil.com/forum/61224/

Try not to shout.

First error related to case, and the second to a missing space.

unsigned intmsec should be unsigned int msec

So pay ATTENTION to what the error messages tell you, start with the first error as it might break the syntax checking later in the code.