mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Kinetis Serial: Fixed compile error when UART5 is selected
This commit is contained in:
committed by
Gregory Nutt
parent
4becebe59f
commit
98bdd12521
@@ -875,7 +875,7 @@ static int up_interrupts(int irq, void *context)
|
||||
else
|
||||
#endif
|
||||
#ifdef CONFIG_KINETIS_UART5
|
||||
if (g_uart5priv.irq == irqs)
|
||||
if (g_uart5priv.irqs == irq)
|
||||
{
|
||||
dev = &g_uart5port;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user