mirror of
https://github.com/esphome/esphome.git
synced 2026-05-23 11:16:52 +08:00
Address review: reference WDT_FEED_INTERVAL_MS in slow-path comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user