summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ne64badge/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-04 15:28:56 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-04 15:28:56 +0000
commit876fc896eb7638ce6282c1bd832e637b7b2b923c (patch)
tree0453a5ab519367fc7fce607bc9bad010d8342b0c /nuttx/configs/ne64badge/ostest
parenta9605b64ff16c872c7f50afe41a5681d9ea7e5cd (diff)
Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5086 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ne64badge/ostest')
-rwxr-xr-xnuttx/configs/ne64badge/ostest/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ne64badge/ostest/defconfig b/nuttx/configs/ne64badge/ostest/defconfig
index bbf41583fa..020dd5cc08 100755
--- a/nuttx/configs/ne64badge/ostest/defconfig
+++ b/nuttx/configs/ne64badge/ostest/defconfig
@@ -83,7 +83,7 @@ CONFIG_SCI0_RXBUFSIZE=32
CONFIG_SCI0_BAUD=38400
CONFIG_SCI0_BITS=8
CONFIG_SCI0_PARITY=0
-CONFIG_SCI0_2STOP=n
+CONFIG_SCI0_2STOP=0
CONFIG_SCI1_SERIAL_CONSOLE=n
CONFIG_SCI1_TXBUFSIZE=32
@@ -91,7 +91,7 @@ CONFIG_SCI1_RXBUFSIZE=32
CONFIG_SCI1_BAUD=38400
CONFIG_SCI1_BITS=8
CONFIG_SCI1_PARITY=0
-CONFIG_SCI1_2STOP=n
+CONFIG_SCI1_2STOP=0
#
# MC9S12NEC64 specific SSI device driver settings