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!