summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-09 17:39:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-09 17:39:02 +0000
commit1470c38340ea6ffca85f1b100f2fe1f43919685c (patch)
tree2529e56db1f8d87238847d9089cb73960dadac66 /nuttx/configs/avr32dev1/ostest/defconfig
parent191c5b0c79eee53dcd2beb8623f89b80b632a2c6 (diff)
downloadpx4-nuttx-1470c38340ea6ffca85f1b100f2fe1f43919685c.tar.gz
px4-nuttx-1470c38340ea6ffca85f1b100f2fe1f43919685c.tar.bz2
px4-nuttx-1470c38340ea6ffca85f1b100f2fe1f43919685c.zip
Finish serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2983 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/avr32dev1/ostest/defconfig')
-rwxr-xr-xnuttx/configs/avr32dev1/ostest/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/avr32dev1/ostest/defconfig b/nuttx/configs/avr32dev1/ostest/defconfig
index 8f01da96e..2bd2cd11a 100755
--- a/nuttx/configs/avr32dev1/ostest/defconfig
+++ b/nuttx/configs/avr32dev1/ostest/defconfig
@@ -142,9 +142,9 @@ CONFIG_USART0_RXBUFSIZE=256
CONFIG_USART1_RXBUFSIZE=256
CONFIG_USART2_RXBUFSIZE=256
-CONFIG_USART0_BAUD=115200
-CONFIG_USART1_BAUD=115200
-CONFIG_USART2_BAUD=115200
+CONFIG_USART0_BAUD=57600
+CONFIG_USART1_BAUD=57600
+CONFIG_USART2_BAUD=57600
CONFIG_USART0_BITS=8
CONFIG_USART1_BITS=8