diff options
Diffstat (limited to 'cpu/ppc4xx/serial.c')
| -rw-r--r-- | cpu/ppc4xx/serial.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/cpu/ppc4xx/serial.c b/cpu/ppc4xx/serial.c index 2c77338f2..41402ccba 100644 --- a/cpu/ppc4xx/serial.c +++ b/cpu/ppc4xx/serial.c @@ -48,7 +48,7 @@  #include <watchdog.h>  #include "vecnum.h" -#if CONFIG_SERIAL_SOFTWARE_FIFO +#ifdef CONFIG_SERIAL_SOFTWARE_FIFO  #include <malloc.h>  #endif @@ -351,7 +351,7 @@ int serial_tstc ()  /*#define asyncRxBufferport1      ACTING_UART0_BASE+0x00 */ -#if CONFIG_SERIAL_SOFTWARE_FIFO +#ifdef CONFIG_SERIAL_SOFTWARE_FIFO  /*-----------------------------------------------------------------------------+    | Fifo    +-----------------------------------------------------------------------------*/ @@ -637,7 +637,7 @@ int serial_tstc ()  } -#if CONFIG_SERIAL_SOFTWARE_FIFO +#ifdef CONFIG_SERIAL_SOFTWARE_FIFO  void serial_isr (void *arg)  { |