summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-04-03 19:35:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-04-03 19:35:21 +0000
commit76e0512e763ddeaa75873af01512e21cc517b5dd (patch)
treeb5df300115e1adbf9657b4d8f145e7f0efb48da5 /nuttx/configs
parent93be53ea683d11cc454d8f3aa6c11f9c842e2ac2 (diff)
downloadpx4-nuttx-76e0512e763ddeaa75873af01512e21cc517b5dd.tar.gz
px4-nuttx-76e0512e763ddeaa75873af01512e21cc517b5dd.tar.bz2
px4-nuttx-76e0512e763ddeaa75873af01512e21cc517b5dd.zip
Several fixes for LPC1788 GPIO
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5813 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/open1788/src/lpc17_touchscreen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/src/lpc17_touchscreen.c b/nuttx/configs/open1788/src/lpc17_touchscreen.c
index 19b8b5805..af2a6152f 100644
--- a/nuttx/configs/open1788/src/lpc17_touchscreen.c
+++ b/nuttx/configs/open1788/src/lpc17_touchscreen.c
@@ -188,7 +188,9 @@ static void tsc_enable(FAR struct ads7843e_config_s *state, bool enable)
static void tsc_clear(FAR struct ads7843e_config_s *state)
{
- /* Does nothing */
+ /* Does nothing. The interrupt is cleared automatically in the GPIO
+ * logic for the LPC17xx family.
+ */
}
static bool tsc_busy(FAR struct ads7843e_config_s *state)