Hello i have this error in my application.
thanks.
Code:
//define this in abc header class
#define XYZ_TEST
//and use struct in other test.c class
const struct types_test types_t[] = {
{ XYZ_TEST, "xyz test" }//here error occured.
};
thanks.