summaryrefslogtreecommitdiff
path: root/include/battery.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-10-12 11:45:45 -0700
committerGerrit <chrome-bot@google.com>2012-10-14 18:57:58 -0700
commiteb59ac66bd2af435315d371ff45b09b2283e5fac (patch)
tree3fad6344dd842161d854dfd176e1e9ddad4fec1d /include/battery.h
parent8c742b2fc33a7182034fad6166a4953b79161052 (diff)
downloadchrome-ec-eb59ac66bd2af435315d371ff45b09b2283e5fac.tar.gz
Set minimum brightness to 35%, variable osc settings.
BUG=chrome-os-partner:8039 BRANCH=Link TEST=none More cosmetic changes. Signed-off-by: Bill Richardson <wfrichar@chromium.org> Change-Id: I1fd9318131ce55541d845ac8be5faa9334c3953f Reviewed-on: https://gerrit.chromium.org/gerrit/35484 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include/battery.h')
-rw-r--r--include/battery.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/battery.h b/include/battery.h
index c09e4eb76b..12b10422da 100644
--- a/include/battery.h
+++ b/include/battery.h
@@ -24,11 +24,5 @@
/* Precharge only when state of charge is below this level */
#define PRE_CHARGE_THRESHOLD 25
-/* Define the lightbar color thresholds, percentage */
-#define LIGHTBAR_POWER_THRESHOLD_FULL 99
-#define LIGHTBAR_POWER_THRESHOLD_HIGH 40
-#define LIGHTBAR_POWER_THRESHOLD_MEDIUM 25
-/* LOW is anything below MEDIUM */
-
#endif /* __CROS_EC_BATTERY_H */