summaryrefslogtreecommitdiff
path: root/nuttx/configs/amber/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 00:06:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 00:06:09 +0000
commita38027207ae9cf3689a7e9a782fa954cb1df3ea6 (patch)
treedcd04e4ae64077dc4e8fa222a61bc9dcc067c7a1 /nuttx/configs/amber/ostest
parent40468f1d1ed8466265ea8680ed2de38ef4f89fca (diff)
downloadpx4-nuttx-a38027207ae9cf3689a7e9a782fa954cb1df3ea6.tar.gz
px4-nuttx-a38027207ae9cf3689a7e9a782fa954cb1df3ea6.tar.bz2
px4-nuttx-a38027207ae9cf3689a7e9a782fa954cb1df3ea6.zip
Add hello configuratin for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3699 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/amber/ostest')
-rw-r--r--nuttx/configs/amber/ostest/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/amber/ostest/defconfig b/nuttx/configs/amber/ostest/defconfig
index 3aa3883a5..73adc56bd 100644
--- a/nuttx/configs/amber/ostest/defconfig
+++ b/nuttx/configs/amber/ostest/defconfig
@@ -139,7 +139,7 @@ CONFIG_AVR_TWI=n
CONFIG_USART0_SERIAL_CONSOLE=y
CONFIG_USART0_TXBUFSIZE=256
CONFIG_USART0_RXBUFSIZE=256
-CONFIG_USART0_BAUD=115200
+CONFIG_USART0_BAUD=38400
CONFIG_USART0_BITS=8
CONFIG_USART0_PARITY=0
CONFIG_USART0_2STOP=0
@@ -147,7 +147,7 @@ CONFIG_USART0_2STOP=0
CONFIG_USART1_SERIAL_CONSOLE=n
CONFIG_USART1_TXBUFSIZE=256
CONFIG_USART1_RXBUFSIZE=256
-CONFIG_USART1_BAUD=115200
+CONFIG_USART1_BAUD=38400
CONFIG_USART1_BITS=8
CONFIG_USART1_PARITY=0
CONFIG_USART1_2STOP=0