I have a structure that I think should be sizeof(mystruct) = 9 but sizeof(mystruct) is returning 10. the struct has a unsigned short, a float, and 6 unsigned char.
I thought it might be a packing issue. When I use #pragma pack(), I get a warning about unknown pragma.
I am using code composer studio 6 and a F28069.