summaryrefslogtreecommitdiff
path: root/chip/stm32/ucpd-stm32gx.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/ucpd-stm32gx.c')
-rw-r--r--chip/stm32/ucpd-stm32gx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/ucpd-stm32gx.c b/chip/stm32/ucpd-stm32gx.c
index 7783721067..a00f6172a0 100644
--- a/chip/stm32/ucpd-stm32gx.c
+++ b/chip/stm32/ucpd-stm32gx.c
@@ -1490,7 +1490,7 @@ void ucpd_info(int port)
ucpd_task_log_dump();
}
-static int command_ucpd(int argc, char **argv)
+static int command_ucpd(int argc, const char **argv)
{
uint32_t tx_data = 0;
char *e;