summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/z16f/z16f_serial.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-29 00:50:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-29 00:50:16 +0000
commitf66c7593b614bf8e845f9ae9f6c63bf159af8c09 (patch)
tree6f244b56dfe70385ea813e028544dee1b921fc47 /nuttx/arch/z16/src/z16f/z16f_serial.c
parent8475b8bf5337bcb83a2ef35d8d03e7fc33535689 (diff)
downloadpx4-nuttx-f66c7593b614bf8e845f9ae9f6c63bf159af8c09.tar.gz
px4-nuttx-f66c7593b614bf8e845f9ae9f6c63bf159af8c09.tar.bz2
px4-nuttx-f66c7593b614bf8e845f9ae9f6c63bf159af8c09.zip
Z16F Debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@579 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z16/src/z16f/z16f_serial.c')
-rw-r--r--nuttx/arch/z16/src/z16f/z16f_serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/z16/src/z16f/z16f_serial.c b/nuttx/arch/z16/src/z16f/z16f_serial.c
index 63f40f62a..cf44618f4 100644
--- a/nuttx/arch/z16/src/z16f/z16f_serial.c
+++ b/nuttx/arch/z16/src/z16f/z16f_serial.c
@@ -140,8 +140,8 @@ static struct z16f_uart_s g_uart0priv =
CONFIG_UART0_BAUD, /* baud */
FALSE, /* rxenabled */
FALSE, /* txenabled */
- Z16F_IRQ_UART0TX, /* txirq */
Z16F_IRQ_UART0RX, /* rxirq */
+ Z16F_IRQ_UART0TX, /* txirq */
CONFIG_UART0_PARITY, /* parity */
CONFIG_UART0_2STOP /* stopbits2 */
};
@@ -185,8 +185,8 @@ static struct z16f_uart_s g_uart1priv =
CONFIG_UART1_BAUD, /* baud */
FALSE, /* rxenabled */
FALSE, /* txenabled */
- Z16F_IRQ_UART1TX, /* txirq */
Z16F_IRQ_UART1RX, /* rxirq */
+ Z16F_IRQ_UART1TX, /* txirq */
CONFIG_UART1_PARITY, /* parity */
CONFIG_UART1_2STOP /* stopbits2 */
};