summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_td_pd_ll_e5.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/usb_tcpmv2_td_pd_ll_e5.c')
-rw-r--r--test/usb_tcpmv2_td_pd_ll_e5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/usb_tcpmv2_td_pd_ll_e5.c b/test/usb_tcpmv2_td_pd_ll_e5.c
index 991b044636..a1d431bed7 100644
--- a/test/usb_tcpmv2_td_pd_ll_e5.c
+++ b/test/usb_tcpmv2_td_pd_ll_e5.c
@@ -38,7 +38,7 @@ static int td_pd_ll_e5(enum pd_data_role data_role)
* b) Initiate a Soft Reset and check that the procedure is completed
* successfully.
*/
- partner_send_msg(PD_MSG_SOP, PD_CTRL_SOFT_RESET, 0, 0, NULL);
+ partner_send_msg(TCPC_TX_SOP, PD_CTRL_SOFT_RESET, 0, 0, NULL);
TEST_EQ(verify_tcpci_transmit(TCPC_TX_SOP, PD_CTRL_ACCEPT, 0),
EC_SUCCESS, "%d");