summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-11-01 11:39:00 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-11-04 19:48:49 +0000
commitc1e02ca2203a7889539a88570e142f16cfd265a8 (patch)
treed5179376c575bfed91c7227e1da7d50cddbfd1b5 /board
parent2aae9d678a500cab94ad7f0747940de9e01d8a6e (diff)
downloadchrome-ec-c1e02ca2203a7889539a88570e142f16cfd265a8.tar.gz
cleanup: Yes, even more TODO comments
Almost done. Comment changes only. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I974dfc12aa264e2035b3bae35a089c19344e7d45 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/175484 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/samus/board.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/samus/board.c b/board/samus/board.c
index 7e3aa5c51e..db8639acb9 100644
--- a/board/samus/board.c
+++ b/board/samus/board.c
@@ -179,9 +179,11 @@ const struct adc_t adc_channels[] = {
{"ChargerCurrent", LM4_ADC_SEQ1, 33000, ADC_READ_MAX * 4, 0,
LM4_AIN(11), 0x06 /* IE0 | END0 */, LM4_GPIO_B, (1<<5)},
- /* TODO: We don't know what to expect here, but it's an analog input
- * that's pulled high. We're only using it as a battery presence
- * indicator for now, so we'll just return 0 - ADC_READ_MAX.
+ /*
+ * TODO(crosbug.com/p/23827): We don't know what to expect here, but
+ * it's an analog input that's pulled high. We're using it as a battery
+ * presence indicator for now. We'll return just 0 - ADC_READ_MAX for
+ * now.
*/
{"BatteryTemp", LM4_ADC_SEQ2, 1, 1, 0,
LM4_AIN(10), 0x06 /* IE0 | END0 */, LM4_GPIO_B, (1<<4)},