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
This commit is contained in:
patacongo 2011-06-30 23:13:52 +00:00
parent 19a048baf0
commit ddc35de7c8

View File

@ -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