The code snippet:
static struct
{
static const unsigned char myConstArray[] =
{
50, 51, 52, 52, 53, 54, 55, 55, 56, 57, 58, 58, 59, 60,
};
//more....
}_SomeValues;
How could this work? (complains that after = a ; is missing)