mirror of https://github.com/ARMmbed/mbed-os.git
Updated wrongly defined UART3_BASE into USART3_BASE
parent
66a1967fb4
commit
632b2f1660
|
@ -491,7 +491,7 @@ static IRQn_Type serial_get_irq_n(serial_t *obj)
|
||||||
irq_n = USART2_IRQn;
|
irq_n = USART2_IRQn;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#if defined(UART3_BASE)
|
#if defined(USART3_BASE)
|
||||||
case 2:
|
case 2:
|
||||||
irq_n = USART3_IRQn;
|
irq_n = USART3_IRQn;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue