1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

[esp32] Fix clang-tidy error for Arduino watchdog function declarations

This commit is contained in:
J. Nick Koston
2025-10-06 14:33:10 -05:00
parent 59a31adac2
commit c4f0f14696

View File

@@ -14,6 +14,7 @@
#ifdef USE_ARDUINO
#include <Esp.h>
#include <esp32-hal.h>
#else
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 1, 0)
#include <esp_clk_tree.h>