mirror of
https://github.com/esphome/esphome.git
synced 2026-06-01 01:19:45 +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) {
|
void HOT Application::feed_wdt_slow_(uint32_t time) {
|
||||||
// Callers (both feed_wdt() and feed_wdt_with_time()) have already
|
// 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();
|
arch_feed_wdt();
|
||||||
this->last_wdt_feed_ = time;
|
this->last_wdt_feed_ = time;
|
||||||
#ifdef USE_STATUS_LED
|
#ifdef USE_STATUS_LED
|
||||||
|
|||||||
Reference in New Issue
Block a user