summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) */