mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Several fixes for LPC1788 GPIO
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5813 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user