summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRobert Zieba <robertzieba@google.com>2022-11-23 21:25:23 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-09 16:54:54 +0000
commit05b3cc74a66e59bf0eff0278423443ca6fe2535f (patch)
tree173bea9eb324cfd9b0edfdff06547fd02abd6078 /common
parentea4f252ce761bd4eb7d6a22986f9e6ba0209dff6 (diff)
downloadchrome-ec-05b3cc74a66e59bf0eff0278423443ca6fe2535f.tar.gz
zephyr/test: Add throttle_ap test
Add throttle_ap test since no test currently exists. BRANCH=none BUG=b:27768313 TEST=Ran tests Change-Id: I4a0ca47b4a3d7077573ed07bbf7d9ffa4bd49edf Signed-off-by: Robert Zieba <robertzieba@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4064420 Reviewed-by: Diana Z <dzigterman@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'common')
-rw-r--r--common/throttle_ap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/throttle_ap.c b/common/throttle_ap.c
index 9319bf89b4..77c3f83969 100644
--- a/common/throttle_ap.c
+++ b/common/throttle_ap.c
@@ -27,7 +27,6 @@
* power rail is turned back on. Recheck PROCHOT directly from the C10 exit
* using a shorter debounce than the PROCHOT interrupt.
*/
-#define PROCHOT_IN_DEBOUNCE_US (100 * MSEC)
#define C10_IN_DEBOUNCE_US (10 * MSEC)
/*****************************************************************************/