From 876fc896eb7638ce6282c1bd832e637b7b2b923c Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 4 Sep 2012 15:28:56 +0000 Subject: 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 --- nuttx/configs/pic32-starterkit/nsh/defconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nuttx/configs/pic32-starterkit/nsh') diff --git a/nuttx/configs/pic32-starterkit/nsh/defconfig b/nuttx/configs/pic32-starterkit/nsh/defconfig index 7997282e8e..fe18e1dbdf 100644 --- a/nuttx/configs/pic32-starterkit/nsh/defconfig +++ b/nuttx/configs/pic32-starterkit/nsh/defconfig @@ -180,12 +180,12 @@ CONFIG_UART4_PARITY=0 CONFIG_UART5_PARITY=0 CONFIG_UART6_PARITY=0 -CONFIG_UART1_2STOP=n -CONFIG_UART2_2STOP=n -CONFIG_UART3_2STOP=n -CONFIG_UART4_2STOP=n -CONFIG_UART5_2STOP=n -CONFIG_UART6_2STOP=n +CONFIG_UART1_2STOP=0 +CONFIG_UART2_2STOP=0 +CONFIG_UART3_2STOP=0 +CONFIG_UART4_2STOP=0 +CONFIG_UART5_2STOP=0 +CONFIG_UART6_2STOP=0 # # PIC32MX specific PHY/Ethernet device driver settings -- cgit v1.2.3