summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_tcpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/usb_tcpmv2_tcpci.c')
-rw-r--r--test/usb_tcpmv2_tcpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/usb_tcpmv2_tcpci.c b/test/usb_tcpmv2_tcpci.c
index c032c472a2..6dd04ab7d5 100644
--- a/test/usb_tcpmv2_tcpci.c
+++ b/test/usb_tcpmv2_tcpci.c
@@ -385,7 +385,7 @@ void before_test(void)
mock_tcpci_reset();
/* Restart the PD task and let it settle */
- task_set_event(TASK_ID_PD_C0, TASK_EVENT_RESET_DONE, 0);
+ task_set_event(TASK_ID_PD_C0, TASK_EVENT_RESET_DONE);
task_wait_event(SECOND);
}