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!

Parents
  • Yeah. I put the uint16_t line after a few lines but the x mark still remains in the old line even though no code is there

    6 void BasicTimer_IRQHandler(void);
    7
    8
    9
    10
    11 uint16_t drv_getTimerTick_ms(void);
    

    This is my code and the x mark still remains on line 9

Reply
  • Yeah. I put the uint16_t line after a few lines but the x mark still remains in the old line even though no code is there

    6 void BasicTimer_IRQHandler(void);
    7
    8
    9
    10
    11 uint16_t drv_getTimerTick_ms(void);
    

    This is my code and the x mark still remains on line 9

Children
No data