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 mark not disappearing even after changing code

I got a red x mark (error:Unknown typr UINT16) when I put UINT16 in keil so I changed it to uint16_t but the x mark still remains and the error still shows Unknown type UINT16
Why is this happening and how can I correct it?
Thanks!