summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_touchscreen.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-30 14:41:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-30 14:41:58 -0600
commit5e55b50b5a4018728ae561a1352d2fc67eb02ee9 (patch)
tree72b3530be6cc791429acbebe589acb9af2a4b1bc /nuttx/arch/sim/src/up_touchscreen.c
parentfc63a4184fc1a1135111679fa6c5204459b28eac (diff)
downloadpx4-nuttx-5e55b50b5a4018728ae561a1352d2fc67eb02ee9.tar.gz
px4-nuttx-5e55b50b5a4018728ae561a1352d2fc67eb02ee9.tar.bz2
px4-nuttx-5e55b50b5a4018728ae561a1352d2fc67eb02ee9.zip
Restore up_internal.h. Changes its name was a bad idea... at least for now
Diffstat (limited to 'nuttx/arch/sim/src/up_touchscreen.c')
-rw-r--r--nuttx/arch/sim/src/up_touchscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/up_touchscreen.c b/nuttx/arch/sim/src/up_touchscreen.c
index 95cae2e33..9ee99cbe9 100644
--- a/nuttx/arch/sim/src/up_touchscreen.c
+++ b/nuttx/arch/sim/src/up_touchscreen.c
@@ -59,7 +59,7 @@
#include <nuttx/input/touchscreen.h>
-#include "sim.h"
+#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions