anchao opened a new pull request, #6733: URL: https://github.com/apache/incubator-nuttx/pull/6733
## Summary timers/watchdog: fix build warning ``` drivers/timers/watchdog.c:57:5: warning: "CONFIG_WATCHDOG_AUTOMONITOR_PING_INTERVAL" is not defined, evaluates to 0 [-Wundef] 57 | CONFIG_WATCHDOG_AUTOMONITOR_PING_INTERVAL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Signed-off-by: hejianliang3 <hejianlia...@xiaomi.com> Signed-off-by: chao.an <anc...@xiaomi.com> ## Impact N/A ## Testing ci check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org