Fixed #if defined
This commit is contained in:
parent
8ee54e84f8
commit
940fefeb8a
@ -69,7 +69,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef defined(USE_EARLYSERIALINIT)
|
||||
#if defined(USE_EARLYSERIALINIT)
|
||||
void kinetis_earlyserialinit(void)
|
||||
{
|
||||
#if defined(HAVE_UART_DEVICE)
|
||||
@ -86,7 +86,7 @@ void kinetis_earlyserialinit(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_SERIALDRIVER
|
||||
#if defined(USE_SERIALDRIVER)
|
||||
|
||||
/****************************************************************************
|
||||
* Name: up_serialinit
|
||||
|
Loading…
Reference in New Issue
Block a user