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

Hello, I was building my project and got an error '_CONVER_HexToDec': not in formal parameter list.
Does any one know about this???

above quoted is actually a function name. UINT is type defined for unsigned int.
void CONVER_HexToDec(UINT *num);

Thnx...