From ccc649887ba991c82a338359c0e415e7e2d0698e Mon Sep 17 00:00:00 2001 From: Craig Hesling Date: Mon, 3 Feb 2020 19:21:01 -0800 Subject: stm32/hwtimer: Fix CONFIG_WATCHDOG_HELP #endif comment BRANCH=none BUG=none TEST=none Change-Id: Ic9a2f35f06e5e0a8a1fe85eb5959781310f7d430 Signed-off-by: Craig Hesling Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2037093 Commit-Queue: Jett Rink Reviewed-by: Jett Rink --- chip/stm32/hwtimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- cgit v1.2.1