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...
Found answer. thank you all.