Thanks to everyone for their suggestions, > So, you might try: > typedef struct { > unsigned int x: 8; > unsigned int y: 9; > unsigned int : 0; > } settings_t;
this fixes it. Jan.
Thanks to everyone for their suggestions, > So, you might try: > typedef struct { > unsigned int x: 8; > unsigned int y: 9; > unsigned int : 0; > } settings_t;
this fixes it. Jan.