mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +00:00
maXTouch: Fix some issues with interrupt handling
This commit is contained in:
parent
a60dd173a9
commit
6cb13fde4e
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ int arch_tcinitialize(int minor)
|
|||
|
||||
/* Configure maXTouch CHG interrupts */
|
||||
|
||||
sam_pioirq(IRQ_CHG_MXT);
|
||||
sam_pioirq(PIO_CHG_MXT);
|
||||
(void)irq_attach(IRQ_CHG_MXT, mxt_interrupt);
|
||||
|
||||
/* Initialize and register the I2C touchscreen device */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue