summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_touchscreen.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-30 10:44:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-30 14:41:57 -0600
commitec05a51ca04a8ed8e5e2c3c5025b550dc742f8d7 (patch)
tree01dc4c71b08b5797bc53acbfd5a741ab0c52d56a /nuttx/arch/sim/src/up_touchscreen.c
parente472fed8752998073ab3322575b5ab97eb67201e (diff)
downloadpx4-nuttx-ec05a51ca04a8ed8e5e2c3c5025b550dc742f8d7.tar.gz
px4-nuttx-ec05a51ca04a8ed8e5e2c3c5025b550dc742f8d7.tar.bz2
px4-nuttx-ec05a51ca04a8ed8e5e2c3c5025b550dc742f8d7.zip
simulation: Add a simulatied UART input device. Also lots of misc clean-up for stylistic compatibility with other architectures
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 9ee99cbe9..95cae2e33 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 "up_internal.h"
+#include "sim.h"
/****************************************************************************
* Pre-processor Definitions