mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 12:52:26 +00:00
Fix a typo that cause compilation fail on BDS
BUG=none TEST=compile for BDS succeded. Change-Id: I7790e2e5c2f2c9662a1c7b1fcf7a7442759a8653
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user