diff --git a/include/nuttx/fb.h b/include/nuttx/fb.h index c87f51c3dab63b1e029a862935f6c87e9f1b6f9e..f82892c35cf3964b4a4f96f85c34673f9dce881a 100644 --- a/include/nuttx/fb.h +++ b/include/nuttx/fb.h @@ -82,12 +82,12 @@ #define FB_FMT_RGBRAW 11 /* BPP=? */ /* Raw RGB with arbitrary sample packing within a pixel. Packing and precision - * ov R, G and B components is determined by bit masks for each. + * of R, G and B components is determined by bit masks for each. */ #define FB_FMT_RGBBTFLD16 12 /* BPP=16 */ #define FB_FMT_RGBBTFLD24 13 /* BPP=24 */ -#define FB_FMT_RGBBTFLD24 14 /* BPP=32 */ +#define FB_FMT_RGBBTFLD32 14 /* BPP=32 */ #define FB_FMT_RGBA16 15 /* BPP=16 Raw RGB with alpha */ #define FB_FMT_RGBA32 16 /* BPP=32 Raw RGB with alpha */