From 1e3a9d906b5b4b8578bba4e4cf3a7b84de85ce46 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 30 Jun 2011 23:13:52 +0000 Subject: Bug 3334625: Fix typo in conditional compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3736 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/z80/src/ez80/ez80_lowuart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/z80') diff --git a/nuttx/arch/z80/src/ez80/ez80_lowuart.c b/nuttx/arch/z80/src/ez80/ez80_lowuart.c index 5bcbaa043..307cecc59 100644 --- a/nuttx/arch/z80/src/ez80/ez80_lowuart.c +++ b/nuttx/arch/z80/src/ez80/ez80_lowuart.c @@ -106,7 +106,7 @@ # else # define CONFIG_UART_PARITY 0 # endif -#elif defined(CONFIG_UART0_SERIAL_CONSOLE) +#elif defined(CONFIG_UART1_SERIAL_CONSOLE) # define ez80_inp(offs) inp((EZ80_UART1_BASE+(offs))) # define ez80_outp(offs.val) outp((EZ80_UART1_BASE+(offs)), (val)) # define CONFIG_UART_BAUD CONFIG_UART1_BAUD -- cgit v1.2.3