summaryrefslogtreecommitdiff
path: root/include/charge_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charge_state.h')
-rw-r--r--include/charge_state.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/charge_state.h b/include/charge_state.h
index eda78abfd9..0a4cd869da 100644
--- a/include/charge_state.h
+++ b/include/charge_state.h
@@ -9,12 +9,6 @@
#ifndef __CROS_EC_CHARGE_STATE_H
#define __CROS_EC_CHARGE_STATE_H
-/* Time constants */
-#define MSEC (1000ULL)
-#define SECOND (MSEC * 1000)
-#define MINUTE (SECOND * 60)
-#define HOUR (MINUTE * 60)
-
/* Update period to prevent charger watchdog timeout */
#define CHARGER_UPDATE_PERIOD (SECOND * 10)