summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/nx/nx_main.c2
-rw-r--r--apps/examples/nx/nx_server.c2
-rw-r--r--apps/examples/nxconsole/nxcon_main.c2
-rw-r--r--apps/examples/nxconsole/nxcon_server.c2
-rw-r--r--apps/examples/nxhello/nxhello_main.c2
-rw-r--r--apps/examples/nximage/nximage_main.c2
-rw-r--r--apps/examples/nxlines/nxlines_main.c2
-rw-r--r--apps/examples/nxtext/nxtext_main.c2
-rw-r--r--apps/examples/nxtext/nxtext_server.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/apps/examples/nx/nx_main.c b/apps/examples/nx/nx_main.c
index 147994ebb..92328d2a1 100644
--- a/apps/examples/nx/nx_main.c
+++ b/apps/examples/nx/nx_main.c
@@ -54,7 +54,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include <nuttx/arch.h>
diff --git a/apps/examples/nx/nx_server.c b/apps/examples/nx/nx_server.c
index 7f3ee5dfc..0cf3066de 100644
--- a/apps/examples/nx/nx_server.c
+++ b/apps/examples/nx/nx_server.c
@@ -52,7 +52,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include "nx_internal.h"
diff --git a/apps/examples/nxconsole/nxcon_main.c b/apps/examples/nxconsole/nxcon_main.c
index 41d8efd19..02546750e 100644
--- a/apps/examples/nxconsole/nxcon_main.c
+++ b/apps/examples/nxconsole/nxcon_main.c
@@ -54,7 +54,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include <nuttx/arch.h>
diff --git a/apps/examples/nxconsole/nxcon_server.c b/apps/examples/nxconsole/nxcon_server.c
index ccd000ec0..e42271c1f 100644
--- a/apps/examples/nxconsole/nxcon_server.c
+++ b/apps/examples/nxconsole/nxcon_server.c
@@ -52,7 +52,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include "nxcon_internal.h"
diff --git a/apps/examples/nxhello/nxhello_main.c b/apps/examples/nxhello/nxhello_main.c
index 6ee6c69b2..23288da7d 100644
--- a/apps/examples/nxhello/nxhello_main.c
+++ b/apps/examples/nxhello/nxhello_main.c
@@ -55,7 +55,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include <nuttx/arch.h>
diff --git a/apps/examples/nximage/nximage_main.c b/apps/examples/nximage/nximage_main.c
index c432d8a73..a32ea2a89 100644
--- a/apps/examples/nximage/nximage_main.c
+++ b/apps/examples/nximage/nximage_main.c
@@ -55,7 +55,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include <nuttx/arch.h>
diff --git a/apps/examples/nxlines/nxlines_main.c b/apps/examples/nxlines/nxlines_main.c
index e4632bb21..93e0436d8 100644
--- a/apps/examples/nxlines/nxlines_main.c
+++ b/apps/examples/nxlines/nxlines_main.c
@@ -53,7 +53,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include <nuttx/arch.h>
diff --git a/apps/examples/nxtext/nxtext_main.c b/apps/examples/nxtext/nxtext_main.c
index 2a1b50355..9bb94dcb8 100644
--- a/apps/examples/nxtext/nxtext_main.c
+++ b/apps/examples/nxtext/nxtext_main.c
@@ -55,7 +55,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include <nuttx/arch.h>
diff --git a/apps/examples/nxtext/nxtext_server.c b/apps/examples/nxtext/nxtext_server.c
index a464628e1..119c1a412 100644
--- a/apps/examples/nxtext/nxtext_server.c
+++ b/apps/examples/nxtext/nxtext_server.c
@@ -52,7 +52,7 @@
#ifdef CONFIG_NX_LCDDRIVER
# include <nuttx/lcd/lcd.h>
#else
-# include <nuttx/fb.h>
+# include <nuttx/video/fb.h>
#endif
#include "nxtext_internal.h"