Kinetis: Eliminate warning when USE_EARLYSERIALINIT is not defined
This commit is contained in:
parent
d3408809e4
commit
464a3cf27c
@ -69,6 +69,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef defined(USE_EARLYSERIALINIT)
|
||||
void kinetis_earlyserialinit(void)
|
||||
{
|
||||
#if defined(HAVE_UART_DEVICE)
|
||||
@ -83,6 +84,7 @@ void kinetis_earlyserialinit(void)
|
||||
kinetis_lpuart_earlyserialinit();
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_SERIALDRIVER
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user