Hi,It should be very basic, but as for now I can't find the answer too. I've got the following code:
void testfunction(unsigned char);
int main()
{
unsigned char temp1;
temp1=123;
while (1)
{