mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user