is there any difference between these two lines?
unsigned char foo[32768];
and
u8 foo[32768];
View all questions in Keil forum