summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-07 16:30:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-07 16:30:47 -0600
commitc6423a5341a1b0987b1070cbe0e2b1ec60511e93 (patch)
tree67432138357a285bcf94927a2bd41791f4c34716 /nuttx/configs/open1788
parent9d6842e84959f7af57ec24e6fee40777d05e97b5 (diff)
downloadpx4-nuttx-c6423a5341a1b0987b1070cbe0e2b1ec60511e93.tar.gz
px4-nuttx-c6423a5341a1b0987b1070cbe0e2b1ec60511e93.tar.bz2
px4-nuttx-c6423a5341a1b0987b1070cbe0e2b1ec60511e93.zip
LPC178x SYSCON matrix definitions from Rommel Marcelo
Diffstat (limited to 'nuttx/configs/open1788')
-rw-r--r--nuttx/configs/open1788/src/lpc17_touchscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/src/lpc17_touchscreen.c b/nuttx/configs/open1788/src/lpc17_touchscreen.c
index 98fd7eeee..099e4a9fe 100644
--- a/nuttx/configs/open1788/src/lpc17_touchscreen.c
+++ b/nuttx/configs/open1788/src/lpc17_touchscreen.c
@@ -178,7 +178,7 @@ static void tsc_enable(FAR struct ads7843e_config_s *state, bool enable)
ivdbg("enable:%d\n", enable);
if (enable)
{
- /* Enable the pin interrupt. The pin interrupt is enabled from worker thread
+ /* Enable PENIRQ interrupts. NOTE: The pin interrupt is enabled from worker thread
* logic after completion of processing of the touchscreen interrupt.
*/