mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 11:53:25 +08:00
include/nuttx/fb: Last change was wrong. It was not a missing header. It was just a dumb typo.
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
|
||||
@@ -317,7 +316,7 @@ struct fb_videoinfo_s
|
||||
struct fb_planeinfo_s
|
||||
{
|
||||
FAR void *fbmem; /* Start of frame buffer memory */
|
||||
size_t t fblen; /* Length of frame buffer memory in bytes */
|
||||
size_t fblen; /* Length of frame buffer memory in bytes */
|
||||
fb_coord_t stride; /* Length of a line in bytes */
|
||||
uint8_t display; /* Display number */
|
||||
uint8_t bpp; /* Bits per pixel */
|
||||
|
||||
Reference in New Issue
Block a user