diff options
Diffstat (limited to 'common/charge_state_v2.c')
-rw-r--r-- | common/charge_state_v2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/charge_state_v2.c b/common/charge_state_v2.c index 5e3df653c6..2487f05fe5 100644 --- a/common/charge_state_v2.c +++ b/common/charge_state_v2.c @@ -773,6 +773,7 @@ wait_for_it: (is_full != prev_full)) { show_charging_progress(); prev_charge = curr.batt.state_of_charge; + hook_notify(HOOK_BATTERY_SOC_CHANGE); #ifdef HAS_TASK_PDCMD host_command_pd_send_status(); #endif |