Fixed #if defined
This commit is contained in:
parent
8ee54e84f8
commit
940fefeb8a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue