Address review: reference WDT_FEED_INTERVAL_MS in slow-path comment

This commit is contained in:
J. Nick Koston
2026-04-14 08:13:06 -10:00
parent 3af7e9a0db
commit 0fbc4e85be
+1 -1
View File
@@ -220,7 +220,7 @@ void Application::feed_wdt() {
void HOT Application::feed_wdt_slow_(uint32_t time) {
// Callers (both feed_wdt() and feed_wdt_with_time()) have already
// confirmed the 3 ms rate limit was exceeded.
// confirmed the WDT_FEED_INTERVAL_MS rate limit was exceeded.
arch_feed_wdt();
this->last_wdt_feed_ = time;
#ifdef USE_STATUS_LED