From c6423a5341a1b0987b1070cbe0e2b1ec60511e93 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Apr 2013 16:30:47 -0600 Subject: LPC178x SYSCON matrix definitions from Rommel Marcelo --- nuttx/configs/open1788/src/lpc17_touchscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/open1788') 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. */ -- cgit v1.2.3