From 35c6587bb512bbcdb121c5446611271214f26f72 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Thu, 2 Feb 2012 21:15:32 +0800 Subject: [PATCH] Fix a typo that cause compilation fail on BDS BUG=none TEST=compile for BDS succeded. Change-Id: I7790e2e5c2f2c9662a1c7b1fcf7a7442759a8653 --- board/bds/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/bds/board.c b/board/bds/board.c index 631cf29079..2e2a1915f6 100644 --- a/board/bds/board.c +++ b/board/bds/board.c @@ -20,7 +20,7 @@ const struct adc_t adc_channels[ADC_CH_COUNT] = * = -225 * ADC_VALUE / ADC_READ_MAX + 420.5 */ {"ECTemp", LM4_ADC_SEQ0, -225, ADC_READ_MAX, 420, - LM4_NO_AIN, 0x0e /* TS0 | IE0 | END0 */}, + LM4_AIN_NONE, 0x0e /* TS0 | IE0 | END0 */}, /* Charger current is mapped from 0~4000mA to 0~1.6V. * And ADC maps 0~3.3V to ADC_READ_MAX.