summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/src/sam_maxtouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d4-ek/src/sam_maxtouch.c')
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_maxtouch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d4-ek/src/sam_maxtouch.c b/nuttx/configs/sama5d4-ek/src/sam_maxtouch.c
index b6a4f6030..e1bdaa509 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_maxtouch.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_maxtouch.c
@@ -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 */