Merged in david_s5/nuttx-12/david_s5/fixed-if-defined--1488828444793 (pull request #239)
Fixed #if defined Approved-by: Gregory Nutt
This commit is contained in:
commit
6b0d7335a2
@ -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