Fix typo USART5 -> UART5

c4fmdemod
Jonathan Naylor 2017-04-25 08:03:10 +01:00 committed by GitHub
parent 99ac6146d9
commit 0fb75f974e
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ uint8_t AvailUART5()
return 0U;
}
int AvailForWriteUSART5()
int AvailForWriteUART5()
{
return TXSerialfifolevel5();
}