summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
commitd9a577eb094802c9bc941923f9baa1a237bb6e13 (patch)
tree67731e019254888cae5b364761cd553055073bb3 /nuttx/configs/sim/src
parent9659fbf283b989302489020a9af23e31c7ba98b9 (diff)
downloadpx4-nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.gz
px4-nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.bz2
px4-nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.zip
Move include/nuttx/fb.h to include/nuttx/video/fb.h
Diffstat (limited to 'nuttx/configs/sim/src')
-rw-r--r--nuttx/configs/sim/src/up_touchscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sim/src/up_touchscreen.c b/nuttx/configs/sim/src/up_touchscreen.c
index c951c5c69..0c102f212 100644
--- a/nuttx/configs/sim/src/up_touchscreen.c
+++ b/nuttx/configs/sim/src/up_touchscreen.c
@@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/input/touchscreen.h>
#include <nuttx/nx/nx.h>
#include <nuttx/nx/nxglib.h>