summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 14:52:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 14:52:46 +0000
commit8b2c41f6451844b8af4a30e45e288ee71ed45240 (patch)
treeef1435984ce87db8309f0d9e098e574c93d9ba95 /nuttx/arch/c5471/src
parent9a269ce847b12f1ce2fae4ee20f2f85f54569b38 (diff)
downloadpx4-nuttx-8b2c41f6451844b8af4a30e45e288ee71ed45240.tar.gz
px4-nuttx-8b2c41f6451844b8af4a30e45e288ee71ed45240.tar.bz2
px4-nuttx-8b2c41f6451844b8af4a30e45e288ee71ed45240.zip
Added serial console driver for dm320
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@79 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471/src')
-rw-r--r--nuttx/arch/c5471/src/up_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/src/up_serial.c b/nuttx/arch/c5471/src/up_serial.c
index 4651b1242..8dd41df7b 100644
--- a/nuttx/arch/c5471/src/up_serial.c
+++ b/nuttx/arch/c5471/src/up_serial.c
@@ -136,7 +136,7 @@ struct uart_ops_s g_uart_ops =
static char g_irdarxbuffer[CONFIG_UART_IRDA_RXBUFSIZE];
static char g_irdatxbuffer[CONFIG_UART_IRDA_TXBUFSIZE];
-static char g_modemrxbuffer[CONFIG_UART_IRDA_RXBUFSIZE];
+static char g_modemrxbuffer[CONFIG_UART_MODEM_RXBUFSIZE];
static char g_modemtxbuffer[CONFIG_UART_MODEM_TXBUFSIZE];
/* This describes the state of the C5471 serial IRDA port. */