mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 11:06:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user