mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
maXTouch: Fix some issues with interrupt handling
This commit is contained in:
@@ -269,7 +269,7 @@ int arch_tcinitialize(int minor)
|
|||||||
|
|
||||||
/* Configure maXTouch CHG interrupts */
|
/* Configure maXTouch CHG interrupts */
|
||||||
|
|
||||||
sam_pioirq(IRQ_CHG_MXT);
|
sam_pioirq(PIO_CHG_MXT);
|
||||||
(void)irq_attach(IRQ_CHG_MXT, mxt_interrupt);
|
(void)irq_attach(IRQ_CHG_MXT, mxt_interrupt);
|
||||||
|
|
||||||
/* Initialize and register the I2C touchscreen device */
|
/* Initialize and register the I2C touchscreen device */
|
||||||
|
|||||||
Reference in New Issue
Block a user