mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00: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:
parent
f7b5bb22d1
commit
2afaafe260
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue