mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
drivers/video/fb.c: Fix a typo introduced in previous commit.
This commit is contained in:
@@ -498,10 +498,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
+1
-1
@@ -415,7 +415,7 @@ static int fb_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
||||
ret = fb->vtable->getplaneinfo(fb->vtable, fb->plane, &pinfo);
|
||||
if (ret >= 0)
|
||||
{
|
||||
nx_notify_rectangle(((FAR NX_PLANEINFOTYPE *)&pinfo, rect);
|
||||
nx_notify_rectangle((FAR NX_PLANEINFOTYPE *)&pinfo, rect);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user