
2 May
2007
2 May
'07
11:43 p.m.
Hello,
i got this variable declaration:
volatile u16 manuf_code;
was trying to find where the typedef u16 is but failed.
I'd like to make some debugging using console, and though i have to print manuf_code using printf() instruction but don't know what parameter for printf() goes with u16 variable, is it %d or %ld...
Will be appreciate any help.
Best Regards, Lucas