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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/charge_state.h b/include/charge_state.h
index 66fa84aa3c..0fa0254071 100644
--- a/include/charge_state.h
+++ b/include/charge_state.h
@@ -114,7 +114,7 @@ int charge_get_display_charge(void);
*
* @return Board is consuming full input current
*/
-int charge_is_consuming_full_input_current(void);
+__override_proto int charge_is_consuming_full_input_current(void);
/**
* Return non-zero if discharging and battery so low we should shut down.