Skip to content
Snippets Groups Projects
Commit bd9e0723 authored by patacongo's avatar patacongo
Browse files

Remove duplicate color format name

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2614 42af7a65-404d-4744-a932-0658087f49c3
parent 03099d1d
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment