summaryrefslogtreecommitdiff
path: root/common/usbc/usb_pe_drp_sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_pe_drp_sm.c')
-rw-r--r--common/usbc/usb_pe_drp_sm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/usbc/usb_pe_drp_sm.c b/common/usbc/usb_pe_drp_sm.c
index 8bbece96e3..cf72a11967 100644
--- a/common/usbc/usb_pe_drp_sm.c
+++ b/common/usbc/usb_pe_drp_sm.c
@@ -1325,7 +1325,6 @@ static void pe_src_ready_entry(int port)
/* NOTE: PPS Implementation should be added here. */
- tc_set_timeout(port, 5 * MSEC);
}
static void pe_src_ready_run(int port)
@@ -1501,8 +1500,6 @@ static void pe_src_ready_exit(int port)
*/
if (!PE_CHK_FLAG(port, PE_FLAGS_INTERRUPTIBLE_AMS))
prl_start_ams(port);
-
- tc_set_timeout(port, 2 * MSEC);
}
/**
@@ -2004,8 +2001,6 @@ static void pe_snk_ready_entry(int port)
* 1) Initialize and run the SinkPPSPeriodicTimer.
* NOTE: PPS Implementation should be added here.
*/
-
- tc_set_timeout(port, 5 * MSEC);
}
static void pe_snk_ready_run(int port)
@@ -2183,8 +2178,6 @@ static void pe_snk_ready_exit(int port)
{
if (!PE_CHK_FLAG(port, PE_FLAGS_INTERRUPTIBLE_AMS))
prl_start_ams(port);
-
- tc_set_timeout(port, 2 * MSEC);
}
/**