mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
include/nuttx/nx/nxglib.h: Eliminate some warnings.
This commit is contained in:
parent
342cebc641
commit
ae8e0359b9
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ void nxgl_yuv2rgb(uint8_t y, uint8_t u, uint8_t v,
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
struct nxbe_window_s; /* Forward reference. See include/nuttx/nx/nxbe.h */
|
||||
|
||||
/* For direct access to graphics device memory */
|
||||
|
||||
void nxgl_setpixel_1bpp(FAR NX_PLANEINFOTYPE *pinfo,
|
||||
|
|
Loading…
Reference in a new issue