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 d79d560150..f6b71a864e 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -49,7 +49,7 @@ enum charge_state_type
49/* tells what the charger is doing */ 49/* tells what the charger is doing */
50extern enum charge_state_type charge_state; 50extern enum charge_state_type charge_state;
51 51
52#ifdef CONFIG_CHARGING 52#if CONFIG_CHARGING
53/* 53/*
54 * Flag that the charger has been plugged in/removed: this is set for exactly 54 * Flag that the charger has been plugged in/removed: this is set for exactly
55 * one time through the power loop when the charger has been plugged in. 55 * one time through the power loop when the charger has been plugged in.