summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib/nxglib_yuv2rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxglib/nxglib_yuv2rgb.c')
-rw-r--r--nuttx/graphics/nxglib/nxglib_yuv2rgb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/graphics/nxglib/nxglib_yuv2rgb.c b/nuttx/graphics/nxglib/nxglib_yuv2rgb.c
index 18c16dd91..72002d8af 100644
--- a/nuttx/graphics/nxglib/nxglib_yuv2rgb.c
+++ b/nuttx/graphics/nxglib/nxglib_yuv2rgb.c
@@ -81,7 +81,6 @@
* Description:
* Convert 8-bit RGB triplet to 8-bit YUV triplet
*
- *
****************************************************************************/
void nxgl_yuv2rgb(ubyte y, ubyte u, ubyte v, ubyte *r, ubyte *g, ubyte *b)