summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/samus/extpower.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/samus/extpower.c b/board/samus/extpower.c
index 51cf5454e8..8fb397f0cb 100644
--- a/board/samus/extpower.c
+++ b/board/samus/extpower.c
@@ -223,6 +223,7 @@ static void check_charge_wedged(void)
*/
if (prochot_status) {
host_command_pd_send_status(PD_CHARGE_NONE);
+ charger_disable(1);
charge_circuit_state = CHARGE_CIRCUIT_WEDGED;
CPRINTS("Charge circuit wedged!");
}