summaryrefslogtreecommitdiff
path: root/board/oak/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/oak/board.c')
-rw-r--r--board/oak/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/oak/board.c b/board/oak/board.c
index 1b4141b4f7..065a7f62ea 100644
--- a/board/oak/board.c
+++ b/board/oak/board.c
@@ -269,6 +269,7 @@ void board_set_charge_limit(int charge_ma)
{
charge_set_input_current_limit(MAX(charge_ma,
CONFIG_CHARGER_INPUT_CURRENT));
+ pd_send_host_event(PD_EVENT_POWER_CHANGE);
}
/**