Updated wrongly defined UART3_BASE into USART3_BASE

pull/5591/head
Helmut Tschemernjak 2017-11-27 15:19:43 +01:00
parent 66a1967fb4
commit 632b2f1660
1 changed files with 1 additions and 1 deletions

View File

@ -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;