summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-10 01:11:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-10 01:11:43 +0000
commit208e3a09ebffccb6f8d61bc63174be067d46ee85 (patch)
treedf74796aef804e57cba4c705a7ff670e4fc9c3ef /nuttx/configs/olimex-lpc1766stk/nsh/defconfig
parentb8bd28ce4bb7ae8aabeeb3c7405ae458968d0f9b (diff)
downloadpx4-nuttx-208e3a09ebffccb6f8d61bc63174be067d46ee85.tar.gz
px4-nuttx-208e3a09ebffccb6f8d61bc63174be067d46ee85.tar.bz2
px4-nuttx-208e3a09ebffccb6f8d61bc63174be067d46ee85.zip
Drop baud to 57600
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3092 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/nsh/defconfig')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/nsh/defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
index 4a31c9d34..52dbdb84c 100755
--- a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
@@ -161,10 +161,10 @@ CONFIG_UART1_RXBUFSIZE=256
CONFIG_UART2_RXBUFSIZE=256
CONFIG_UART3_RXBUFSIZE=256
-CONFIG_UART0_BAUD=115200
-CONFIG_UART2_BAUD=115200
-CONFIG_UART3_BAUD=115200
-CONFIG_UART1_BAUD=115200
+CONFIG_UART0_BAUD=57600
+CONFIG_UART2_BAUD=57600
+CONFIG_UART3_BAUD=57600
+CONFIG_UART1_BAUD=57600
CONFIG_UART0_BITS=8
CONFIG_UART1_BITS=8