Kinetis: Eliminate warning when USE_EARLYSERIALINIT is not defined
This commit is contained in:
parent
d3408809e4
commit
464a3cf27c
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue