summaryrefslogtreecommitdiff
path: root/board/cherry
diff options
context:
space:
mode:
Diffstat (limited to 'board/cherry')
-rw-r--r--board/cherry/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cherry/board.c b/board/cherry/board.c
index d343f0d69e..77669173be 100644
--- a/board/cherry/board.c
+++ b/board/cherry/board.c
@@ -256,8 +256,8 @@ const struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {
},
};
-void board_set_charge_limit(int port, int supplier, int charge_ma,
- int max_ma, int charge_mv)
+void board_set_charge_limit(int port, int supplier, int charge_ma, int max_ma,
+ int charge_mv)
{
charge_set_input_current_limit(
MAX(charge_ma, CONFIG_CHARGER_INPUT_CURRENT), charge_mv);