summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb_pd_protocol.c')
-rw-r--r--common/usb_pd_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_pd_protocol.c b/common/usb_pd_protocol.c
index 80ae429d52..2f701e6bfc 100644
--- a/common/usb_pd_protocol.c
+++ b/common/usb_pd_protocol.c
@@ -1640,7 +1640,7 @@ static void pd_init_tasks(void)
}
#endif /* CONFIG_COMMON_RUNTIME */
-void pd_task(void)
+void pd_task(void *u)
{
int head;
int port = TASK_ID_TO_PD_PORT(task_get_current());