diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wdt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wdt.h b/include/wdt.h index dd83dfdd32..4cbb8de8cb 100644 --- a/include/wdt.h +++ b/include/wdt.h @@ -107,9 +107,6 @@ struct wdt_ops { }; #if CONFIG_IS_ENABLED(WDT) -#ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS -#define CONFIG_WATCHDOG_TIMEOUT_MSECS (60 * 1000) -#endif #define WATCHDOG_TIMEOUT_SECS (CONFIG_WATCHDOG_TIMEOUT_MSECS / 1000) static inline int initr_watchdog(void) |