XC32 V 1.40 I am getting "error: initializer element is not constant" for an initialized struct can't an initializer be a pointer to a different struct?sorry for the not actual example, it is a little messy in the real code struct struct1{ char *string1; ..
↧