summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/src/lpc17_touchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/src/lpc17_touchscreen.c')
-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.
*/