summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 25c18eabad..bd2bcb53b0 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -87,8 +87,8 @@ typedef enum {
87 CHARGING, 87 CHARGING,
88#ifdef HAVE_CHARGE_CTRL 88#ifdef HAVE_CHARGE_CTRL
89 TOPOFF, 89 TOPOFF,
90 TRICKLE
91#endif 90#endif
91 TRICKLE
92} charge_state_type; 92} charge_state_type;
93 93
94/* tells what the charger is doing */ 94/* tells what the charger is doing */