From eb59ac66bd2af435315d371ff45b09b2283e5fac Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 12 Oct 2012 11:45:45 -0700 Subject: 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 Change-Id: I1fd9318131ce55541d845ac8be5faa9334c3953f Reviewed-on: https://gerrit.chromium.org/gerrit/35484 Reviewed-by: Randall Spangler --- include/battery.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/battery.h') 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 */ -- cgit v1.2.1