Unsigned char is always true ?
Posted on October 10, 2015 at 03:06Guys, What should I change for fixing : Warning : comparison of constant 49152 with expression of type ''unsigned char'' is always true ....? the line is : while(Mp3ReadRegister(0x03) != CLOCK_REG) .... unsigned ch...