Hi,
I wonder how I can achieve the aligning of a stucture definition in Code Composer.
#pragma packed(1)
struct x
{
..variables..
};
The upper code block doesn't work because pragma packed gives a warning of unrecognized pragma.
Thanks in advance,
A. Erman Kulunyar