summaryrefslogtreecommitdiff
path: root/chip/stm32
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2020-02-03 19:21:01 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-04 21:45:50 +0000
commitccc649887ba991c82a338359c0e415e7e2d0698e (patch)
tree0dbc8da260a36a52f6627d945172705bb42da954 /chip/stm32
parentfadd6d704cd460ef6e9af2aae7eba08b527c5bf4 (diff)
downloadchrome-ec-ccc649887ba991c82a338359c0e415e7e2d0698e.tar.gz
stm32/hwtimer: Fix CONFIG_WATCHDOG_HELP #endif comment
BRANCH=none BUG=none TEST=none Change-Id: Ic9a2f35f06e5e0a8a1fe85eb5959781310f7d430 Signed-off-by: Craig Hesling <hesling@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2037093 Commit-Queue: Jett Rink <jettrink@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'chip/stm32')
-rw-r--r--chip/stm32/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/hwtimer.c b/chip/stm32/hwtimer.c
index 02ebaf0355..953110017f 100644
--- a/chip/stm32/hwtimer.c
+++ b/chip/stm32/hwtimer.c
@@ -451,4 +451,4 @@ void hwtimer_reset_watchdog(void)
timer->cnt = timer->arr;
}
-#endif /* defined(CONFIG_WATCHDOG) */
+#endif /* defined(CONFIG_WATCHDOG_HELP) */