Fix a typo that cause compilation fail on BDS

BUG=none
TEST=compile for BDS succeded.

Change-Id: I7790e2e5c2f2c9662a1c7b1fcf7a7442759a8653
This commit is contained in:
Vic Yang
2012-02-02 21:15:32 +08:00
parent b7f2a18859
commit 35c6587bb5

View File

@@ -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.