Kinetis Serial: Fixed compile error when UART5 is selected
This commit is contained in:
parent
4becebe59f
commit
98bdd12521
@ -875,7 +875,7 @@ static int up_interrupts(int irq, void *context)
|
|||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_KINETIS_UART5
|
#ifdef CONFIG_KINETIS_UART5
|
||||||
if (g_uart5priv.irq == irqs)
|
if (g_uart5priv.irqs == irq)
|
||||||
{
|
{
|
||||||
dev = &g_uart5port;
|
dev = &g_uart5port;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user