>>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.
↧