From b80149702cb0e9d00bb81af74c9e06663c4f2d04 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 2 May 2007 01:14:06 +0000 Subject: [PATCH] Added some interrupt definitions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@198 42af7a65-404d-4744-a932-0658087f49c3 --- configs/mcu123-lpc214x/defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/mcu123-lpc214x/defconfig b/configs/mcu123-lpc214x/defconfig index 8cfc96dc39..951968bca3 100644 --- a/configs/mcu123-lpc214x/defconfig +++ b/configs/mcu123-lpc214x/defconfig @@ -77,6 +77,7 @@ CONFIG_BCFG0_SETUP=n CONFIG_BCFG1_SETUP=n CONFIG_BCFG2_SETUP=n CONFIG_BCFG3_SETUP=n +CONFIG_ADC_SETUP=y # # LPC214X specific device driver settings @@ -104,8 +105,8 @@ CONFIG_UART0_BITS=8 CONFIG_UART1_BITS=8 CONFIG_UART0_PARITY=0 CONFIG_UART1_PARITY=0 -CONFIG_UART0_2STOP=n -CONFIG_UART1_2STOP=n +CONFIG_UART0_2STOP=0 +CONFIG_UART1_2STOP=0 # # General OS setup