at32uc3_gpioirq.c: Fix typo: contex -> context

This commit is contained in:
Raman Gopalan 2021-05-06 14:44:01 +05:30 committed by Alan Carvalho de Assis
parent 644a0cd525
commit 9044594545
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ static void gpio_porthandler(uint32_t regbase, int irqbase,
xcpt_t handler = g_gpiohandler[irq].handler; xcpt_t handler = g_gpiohandler[irq].handler;
if (handler != NULL) if (handler != NULL)
{ {
handler(irq, contex, g_gpiohandler[irq].arg); handler(irq, context, g_gpiohandler[irq].arg);
} }
else else
{ {