Jan Hauer wrote:
/****** START *******/
typedef struct {
unsigned int x: 8;
unsigned int y: 9;
} settings_t;
Have you tried the compiler option -mstrict-align? Hardy
Jan Hauer wrote:
/****** START *******/
typedef struct {
unsigned int x: 8;
unsigned int y: 9;
} settings_t;
Have you tried the compiler option -mstrict-align? Hardy