FB_R_SIZE_type should be 32 bits, not 42

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2014-12-22 16:45:32 +01:00
parent 160d6f0c48
commit 5b9ac040a4
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ union FB_R_SIZE_type
u32 fb_x_size : 10; //0
u32 fb_y_size : 10; //10
u32 fb_modulus : 10; //20
u32 fb_res : 12; //30
u32 fb_res : 2; //30
};
u32 full;
};