summaryrefslogtreecommitdiff
path: root/test/usb_pe.h
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2020-12-23 12:08:14 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-06 22:22:35 +0000
commit3bbe4b51f61c03ee8e4d397fcf0e6137514d532d (patch)
tree03a19ae842d5915595e66e9878f0c3357d72a7cd /test/usb_pe.h
parent81341cc6e21b5086c75e975e45fb5c3a83673dbd (diff)
downloadchrome-ec-3bbe4b51f61c03ee8e4d397fcf0e6137514d532d.tar.gz
TCPMv2: Remove PE_BIST_RX state
Nothing uses this, and anyway, the EC doesn't have the means to evaluate the results of a BIST Carrier Mode test that it initiates. BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I8aa0d97c81422689de4ca165cb2c0c34c324f6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2602719 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'test/usb_pe.h')
-rw-r--r--test/usb_pe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/usb_pe.h b/test/usb_pe.h
index 8c1177f1f3..373bf9f5b2 100644
--- a/test/usb_pe.h
+++ b/test/usb_pe.h
@@ -129,7 +129,6 @@ enum usb_pe_state {
PE_HANDLE_CUSTOM_VDM_REQUEST,
PE_WAIT_FOR_ERROR_RECOVERY,
PE_BIST_TX,
- PE_BIST_RX,
PE_DEU_SEND_ENTER_USB,
PE_DR_SNK_GET_SINK_CAP,
PE_DR_SNK_GIVE_SOURCE_CAP,