at32uc3_gpioirq.c: Fix typo: contex -> context
This commit is contained in:
parent
644a0cd525
commit
9044594545
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue