diff --git a/configs/README.txt b/configs/README.txt index 2867cb3363..559bfcd666 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -1589,7 +1589,7 @@ architecture/board-specific settings). to know if the pixels pack from the MS to LS or from LS to MS CONFIG_NX_LCDDRIVER By default, NX builds to use a framebuffer driver (see - include/nuttx/fb.h). If this option is defined, NX will + include/nuttx/video/fb.h). If this option is defined, NX will build to use an LCD driver (see include/nuttx/lcd/lcd.h). CONFIG_LCD_MAXPOWER - The full-on power setting for an LCD device. diff --git a/configs/compal_e99/src/ssd1783.c b/configs/compal_e99/src/ssd1783.c index 41bbe11f54..f5029caa1c 100644 --- a/configs/compal_e99/src/ssd1783.c +++ b/configs/compal_e99/src/ssd1783.c @@ -41,7 +41,7 @@ ************************************************************************************/ #include -#include +#include #include #include diff --git a/configs/sama5d3x-ek/src/sam_ov2640.c b/configs/sama5d3x-ek/src/sam_ov2640.c index 4a5cc2c788..579a6a9e26 100644 --- a/configs/sama5d3x-ek/src/sam_ov2640.c +++ b/configs/sama5d3x-ek/src/sam_ov2640.c @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include "up_arch.h" diff --git a/configs/sim/src/up_touchscreen.c b/configs/sim/src/up_touchscreen.c index c951c5c690..0c102f2122 100644 --- a/configs/sim/src/up_touchscreen.c +++ b/configs/sim/src/up_touchscreen.c @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include #include