mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
at32uc3_gpioirq.c: Fix typo: contex -> context
This commit is contained in:
parent
644a0cd525
commit
9044594545
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ static void gpio_porthandler(uint32_t regbase, int irqbase,
|
|||
xcpt_t handler = g_gpiohandler[irq].handler;
|
||||
if (handler != NULL)
|
||||
{
|
||||
handler(irq, contex, g_gpiohandler[irq].arg);
|
||||
handler(irq, context, g_gpiohandler[irq].arg);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue