Merge branch 'inline-micros-esp32' into followup/hal-esp32

Brings in the system_soft_wdt_feed NOLINT fix (4e517b422d) for ESP8266
clang-tidy redundant-declaration.
This commit is contained in:
J. Nick Koston
2026-04-29 06:51:05 -05:00
+1
View File
@@ -21,6 +21,7 @@ extern "C" unsigned long millis(void);
// NOLINTEND(google-runtime-int,readability-identifier-naming,readability-redundant-declaration)
// Forward decl from <user_interface.h> for arch_feed_wdt() inline below.
// NOLINTNEXTLINE(readability-redundant-declaration)
extern "C" void system_soft_wdt_feed(void);
namespace esphome {