LPC178x SYSCON matrix definitions from Rommel Marcelo

This commit is contained in:
Gregory Nutt 2013-04-07 16:30:47 -06:00
parent f6e731ad50
commit d43857d54f

View File

@ -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.
*/