From cc40e89b3b02463da86d57e225fda95e745c779b 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: svn://svn.code.sf.net/p/nuttx/code/trunk@5086 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/olimex-lpc2378/nsh/defconfig | 4 ++-- nuttx/configs/olimex-lpc2378/ostest/defconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/olimex-lpc2378') diff --git a/nuttx/configs/olimex-lpc2378/nsh/defconfig b/nuttx/configs/olimex-lpc2378/nsh/defconfig index 2615f35a9..8f0174c9b 100755 --- a/nuttx/configs/olimex-lpc2378/nsh/defconfig +++ b/nuttx/configs/olimex-lpc2378/nsh/defconfig @@ -101,8 +101,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART2_PARITY=0 # 2 Stop Bits ? -CONFIG_UART0_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options diff --git a/nuttx/configs/olimex-lpc2378/ostest/defconfig b/nuttx/configs/olimex-lpc2378/ostest/defconfig index 7e0b862f0..79051c568 100755 --- a/nuttx/configs/olimex-lpc2378/ostest/defconfig +++ b/nuttx/configs/olimex-lpc2378/ostest/defconfig @@ -101,8 +101,8 @@ CONFIG_UART2_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART2_PARITY=0 # 2 Stop Bits ? -CONFIG_UART0_2STOP=n -CONFIG_UART2_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART2_2STOP=0 # # General build options -- cgit v1.2.3