Skip to content

Commit fe4c4d0

Browse files
committed
delay mux disconnect
Signed-off-by: Kieran Levin <ktl@frame.work>
1 parent 36065b1 commit fe4c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/program/lotus/src/cypress_pd_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ void cypd_handle_vdm(int controller, int port, uint8_t *data, int len)
16131613

16141614
}
16151615
if (trigger_deferred_update) {
1616-
hook_call_deferred(&poweroff_dp_deferred_data, 5000 * MSEC);
1616+
hook_call_deferred(&poweroff_dp_deferred_data, 10000 * MSEC);
16171617
}
16181618

16191619
}

0 commit comments

Comments
 (0)