summaryrefslogtreecommitdiff
path: root/board/bds
diff options
context:
space:
mode:
authorVic Yang <victoryang@google.com>2012-02-02 21:15:32 +0800
committerVic Yang <victoryang@google.com>2012-02-02 21:15:32 +0800
commit35c6587bb512bbcdb121c5446611271214f26f72 (patch)
treedcc67db5bc92708985f6bb63e3070dbf2959e042 /board/bds
parentb7f2a188592a55badae0636df0a2648c9bfa60f9 (diff)
downloadchrome-ec-35c6587bb512bbcdb121c5446611271214f26f72.tar.gz
Fix a typo that cause compilation fail on BDS
BUG=none TEST=compile for BDS succeded. Change-Id: I7790e2e5c2f2c9662a1c7b1fcf7a7442759a8653
Diffstat (limited to 'board/bds')
-rw-r--r--board/bds/board.c2
1 files changed, 1 insertions, 1 deletions
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.