mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Kinetis: Eliminate warning when USE_EARLYSERIALINIT is not defined
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user