Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

parameter not passing properly ?

$
0
0

Hi !

The third parameter of my function, which is an unsigned int, always gets the value of 0 when the function is called, although I passed another value to it.

void writeGraphicToLCD(char *byte, unsigned char transform, unsigned int blocksize)
writeGraphicToLCD(testBlock2, NONE, 8);

I am pulling the hair of my head trying to figure why it is doing this.

 


Viewing all articles
Browse latest Browse all 2077

Trending Articles