summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib/lcd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-25 01:02:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-25 01:02:49 +0000
commit5b0d579d3cd42d64ff748683297657821ab353ab (patch)
tree0d4ba7dd85265e3c39c53fa21e3cc6ffb8e06895 /nuttx/graphics/nxglib/lcd
parentd1070dd752bae7f60ca97ef593eafa2249919629 (diff)
downloadpx4-nuttx-5b0d579d3cd42d64ff748683297657821ab353ab.tar.gz
px4-nuttx-5b0d579d3cd42d64ff748683297657821ab353ab.tar.bz2
px4-nuttx-5b0d579d3cd42d64ff748683297657821ab353ab.zip
Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit color
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4063 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxglib/lcd')
-rw-r--r--nuttx/graphics/nxglib/lcd/nxglib_getrectangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxglib/lcd/nxglib_getrectangle.c b/nuttx/graphics/nxglib/lcd/nxglib_getrectangle.c
index 432d5531c..9318426ba 100644
--- a/nuttx/graphics/nxglib/lcd/nxglib_getrectangle.c
+++ b/nuttx/graphics/nxglib/lcd/nxglib_getrectangle.c
@@ -80,7 +80,7 @@
****************************************************************************/
void NXGL_FUNCNAME(nxgl_getrectangle,NXGLIB_SUFFIX)
-(FAR struct fb_planeinfo_s *pinfo, FAR const struct nxgl_rect_s *rect,
+(FAR struct lcd_planeinfo_s *pinfo, FAR const struct nxgl_rect_s *rect,
FAR void *dest, unsigned int deststride)
{
FAR uint8_t *dline;