mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
@@ -106,7 +106,7 @@
|
|||||||
# else
|
# else
|
||||||
# define CONFIG_UART_PARITY 0
|
# define CONFIG_UART_PARITY 0
|
||||||
# endif
|
# endif
|
||||||
#elif defined(CONFIG_UART0_SERIAL_CONSOLE)
|
#elif defined(CONFIG_UART1_SERIAL_CONSOLE)
|
||||||
# define ez80_inp(offs) inp((EZ80_UART1_BASE+(offs)))
|
# define ez80_inp(offs) inp((EZ80_UART1_BASE+(offs)))
|
||||||
# define ez80_outp(offs.val) outp((EZ80_UART1_BASE+(offs)), (val))
|
# define ez80_outp(offs.val) outp((EZ80_UART1_BASE+(offs)), (val))
|
||||||
# define CONFIG_UART_BAUD CONFIG_UART1_BAUD
|
# define CONFIG_UART_BAUD CONFIG_UART1_BAUD
|
||||||
|
|||||||
Reference in New Issue
Block a user