summaryrefslogtreecommitdiff
path: root/zephyr/program/skyrim/winterhold/src/usb_mux_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/skyrim/winterhold/src/usb_mux_config.c')
-rw-r--r--zephyr/program/skyrim/winterhold/src/usb_mux_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/program/skyrim/winterhold/src/usb_mux_config.c b/zephyr/program/skyrim/winterhold/src/usb_mux_config.c
index 2d834bcfdf..8a4bf861d1 100644
--- a/zephyr/program/skyrim/winterhold/src/usb_mux_config.c
+++ b/zephyr/program/skyrim/winterhold/src/usb_mux_config.c
@@ -149,7 +149,7 @@ int board_anx7483_c1_mux_set(const struct usb_mux *me, mux_state_t mux_state)
int charger_profile_override(struct charge_state_data *curr)
{
if (chipset_in_state(CHIPSET_STATE_ON)) {
- curr->requested_current = MIN(curr->requested_current, 1000);
+ curr->requested_current = MIN(curr->requested_current, 1152);
}
return 0;