#41306 - Jalava - Wed Apr 27, 2005 11:36 am
Consider this kind of piece of code
It seems that global variables cannot be initialized to certain value, which is clearly a bug.
Code: |
u8 foo = 6; void testFunction(void) { consolePrintf("%X",foo); // Prints out zero! } |
It seems that global variables cannot be initialized to certain value, which is clearly a bug.