Hello
i make compilation in code composer of source file containing #pragma pack(push,1) and #pragma pack(pop) statements for structure alignement for example such as typedef struct {
rsuint16 MANIC;
rsuint8 MODIC;
} ApiModelIdType;
I get warning "warning: unrecognized #pragma" : what should i do to make the pragma accepted ?
Thanks for your help