Add comment

This commit is contained in:
fvanroie 2022-06-30 11:12:52 +02:00
parent 82ec8f8b4b
commit 1981b1f89e

View File

@ -24,7 +24,7 @@ struct bmp_header_t
uint32_t biClrUsed;
uint32_t biClrImportant;
uint32_t bdMask[3];
uint32_t bdMask[3]; // RGB
};
struct gui_conf_t